← Back to fpstrain

CS2 to Quake Sensitivity Converter

By Mustafa Bilgic, FPS gaming enthusiast (Adiyaman, Turkiye) — published 7 September 2026.

This CS2 to Quake sensitivity converter takes the sensitivity you use in CS2 and returns the Quake value that produces the same physical turn — the same cm/360 — on the same mouse DPI. CS2 runs on a yaw of 0.022 degrees per count and Quake on 0.022, so the number changes even though your arm movement does not. Example: CS2 1.0 at 800 DPI is 51.95 cm per full turn; the matching Quake value is 1.00.

Quake sensitivity
CS2 cm/360
Quake cm/360
▶ Train in the 3D Aim Trainer
Quick check. CS2 1.0 at 800 DPI converting to Quake: 1.0 × (0.022 / 0.022) = 1.00. Set Quake to 1.00 and both games compute to about 51.95 cm per 360.

How the CS2 to Quake conversion works

Both games turn your view by a fixed number of degrees for every count the mouse sends, scaled by the sensitivity value you type in. That per-count constant is the yaw: CS2 uses 0.022, Quake uses 0.022. Your DPI stays the same, so the only thing that has to change is the in-game number.

The two constants are identical, so the multiplier is 1: copy your CS2 value into Quake unchanged. The converter still shows both cm/360 figures so you can confirm the match.

CS2 to Quake conversion table

Eight common CS2 values, the Quake value that matches each one, and the shared cm/360 at three DPI settings. Every row is computed with the formula above; the cm/360 columns are the same for both games by construction, because that is the quantity the conversion preserves.

CS2 sensQuake senscm/360 at 400 DPIcm/360 at 800 DPIcm/360 at 1600 DPI
0.50.50207.82 cm103.91 cm51.95 cm
0.80.80129.89 cm64.94 cm32.47 cm
1.01.00103.91 cm51.95 cm25.98 cm
1.21.2086.59 cm43.30 cm21.65 cm
1.51.5069.27 cm34.64 cm17.32 cm
1.81.8057.73 cm28.86 cm14.43 cm
2.02.0051.95 cm25.98 cm12.99 cm
3.03.0034.64 cm17.32 cm8.66 cm

Where the setting lives in CS2

Counter-Strike 2 exposes mouse sensitivity through Settings > Game > Mouse Sensitivity, where the in-game slider spans 0.10 to 8.00. You can bypass that cap with the console command sensitivity followed by any decimal value, giving you virtually unlimited precision. CS2 uses a fixed horizontal FOV of roughly 106 degrees with no way to change it, so conversions only need to account for the sensitivity coefficient and DPI.

Zoom sensitivity is controlled by zoom_sensitivity_ratio_mouse, which ranges from 0.1 to 3.0 in the menu. A value of 1.0 does not mean scoped and hip-fire feel identical — the zoom FOV reduction already slows the view, so 1.0 simply preserves the underlying ratio. Many players moving from VALORANT set this to 1.0 and wonder why scoping feels slower than expected.

CS2 conversion tips

Where the setting lives in Quake

Quake Champions gives you direct control over sensitivity as a raw decimal value with no hard upper limit, accessible under Settings > Controls > Mouse. The engine also exposes a Mouse Yaw variable (horizontal coefficient, defaulting to 0.022) and a matching Mouse Pitch for vertical. Most players leave yaw and pitch at defaults and only adjust the main sensitivity number, but the option exists for asymmetric tuning.

FOV in Quake Champions ranges from 80 to 130, and the game is typically played at the higher end of that range. Because the FOV range is significantly wider than most tactical shooters, converting from a game like VALORANT (fixed 103) or Siege (max 90) requires careful FOV-aware calculation. Simply matching cm/360 at different FOVs will feel wrong because the angular size of targets changes dramatically between 90 and 120.

Quake conversion tips

Menu ranges to check before you type the value in

GameSettingMenu range
CS2Mouse Sensitivity 0.10 - 8.00 (menu); unlimited via console0.1 to 8
QuakeSensitivity (decimal, no fixed cap); Mouse Yaw default 0.022no fixed cap

Of the eight CS2 values in the table above, 8 convert to a Quake value inside its menu range. If yours lands outside, keep the cm/360 and move DPI: half the DPI needs double the value, double the DPI needs half.

Going the other way (Quake to CS2)

The reverse direction uses the inverted ratio 0.022 / 0.022 = 1. Quake 1.5 becomes CS2 1.50, and both sit at 34.64 cm/360 at 800 DPI. The Quake to CS2 converter has its own prefilled tool and table.

Frequently asked questions

How do I convert CS2 sensitivity to Quake?

Keep your DPI the same and multiply your CS2 value by 0.022 / 0.022 = 1. Example: CS2 1.0 becomes Quake 1.00; at 800 DPI both give 51.95 cm per 360-degree turn. The tool above does this and prints both cm/360 values so you can check they match.

Is CS2 sensitivity 1.0 the same as Quake sensitivity 1.0?

Yes. CS2 and Quake both use a yaw of 0.022 degrees per count, so the same number gives the same cm/360 at the same DPI: 1.0 at 800 DPI is 51.95 cm/360 in both games. Check the cm/360 readout anyway, because DPI or a changed in-game multiplier can still break the match.

Is CS2 sensitivity the same as CS:GO sensitivity?

Yes. CS2 uses the same yaw value as CS:GO, so any sensitivity you used in CS:GO will produce the exact same cm/360 in CS2 without conversion.

Why does the in-game slider cap at 8.00?

The UI slider has a fixed range of 0.10 to 8.00 for most players. You can set any value above or below that range by typing the sensitivity command directly into the developer console.

How does zoom_sensitivity_ratio_mouse work?

It multiplies your base sensitivity while scoped. At 1.0, the underlying sensitivity value stays the same, but the narrowed FOV of the scope still makes your view turn more slowly per centimeter of hand movement.

Is there a maximum sensitivity value in Quake Champions?

There is no hard cap. You can enter any positive decimal. The practical range depends on your DPI and how much mousepad space you have.

Does Quake Champions share a yaw constant with CS2?

Yes, both default to 0.022. If you also match FOV, your cm/360 transfers directly by copying the sensitivity number.

Why does my sensitivity feel much faster in Quake at 130 FOV than in VALORANT at 103?

At 130 FOV, more of the world is displayed on screen, so each degree of rotation covers fewer pixels. The actual cm/360 may be identical, but targets move across your screen faster, creating the illusion of higher sensitivity. A FOV-aware converter can compensate for this perceptual difference.

More conversions

From CS2

Into Quake

Tools

Sources