Skip to content
KNOWLEDGE

Why your mouse feels different in games

Same mouse, two behaviours, and it is not your imagination: Windows itself documents that the desktop and games read the mouse in two different ways.

Knowledge baseIntermediate3 min readInput devicesDisplay and latency

Rigmint, Updated

The short answer

Because these are two different reading paths. The desktop pointer moves in pixels with acceleration applied, while a game reads the mouse raw from the device with no acceleration at all.

Key points, with evidence

  • The desktop pointer moves in screen pixels: if a movement does not reach the next pixel, no message is generated at all.

    SourcedStated verbatim, or as plain arithmetic, in the source given.Jump to source 1

  • Windows applies acceleration to the desktop pointer, which Microsoft calls ballistics.

    SourcedStated verbatim, or as plain arithmetic, in the source given.Jump to source 1

  • Games read the mouse raw at the lowest level possible, and no ballistics are applied to that raw data.

    SourcedStated verbatim, or as plain arithmetic, in the source given.Jump to source 1

  • Mice report up to a thousand times per second, which is why Microsoft documents a batched reading method.

    SourcedStated verbatim, or as plain arithmetic, in the source given.Jump to source 2

  • So the mouse delivers a multiple of what a monitor running at 60 to 240 frames per second can ever show.

    InferenceFollows from the source given, but is not stated there verbatim.Jump to source 2

On the desktop: pixels and built-in acceleration

The desktop pointer moves in screen pixels. Microsoft states it explicitly: if you move the mouse slightly, but not far enough to reach the next pixel, no message is generated at all. The pointer path can never be finer than your screen.

On top of that, Windows applies acceleration to the pointer, which Microsoft calls ballistics: the same hand movement travels a different distance depending on how fast you make it. For desk work this is intentional, it makes small buttons easier to hit.

In games: raw from the device, no acceleration

Games take a different path. They read the mouse raw, straight from the device stack and, in Microsoft's words, at the lowest level possible, and no ballistics are applied to this raw data. One centimetre of mouse is then always the same amount of turn, no matter how fast you move.

This is not a quirk of game developers but the documented recommendation: Microsoft itself writes that the desktop path is not well suited for a first-person camera because the fine precision is lost, and its summary explicitly recommends the raw data path.

Your mouse reports more often than your monitor shows

Modern mice report up to a thousand times per second. That is so many events that Microsoft describes a dedicated batched method that collects several accumulated reports at once between two frame loops. For comparison: common monitors show 60 to 240 frames per second, so your mouse delivers a multiple of what you will ever see.

What this means for you

If your mouse feels different in a game than on the desktop, nothing is broken and nothing is misconfigured: these are two different, deliberately chosen reading paths. It only matters when a game accidentally inherits the Windows acceleration; most games call the raw method Raw Input in their options, and switched on it is the most consistent choice.

Review status

Last checked against its sources
Next review
Evidence density
5 of 5 key points carry a source
Open question
No open question recorded

Sources

  1. Publisher
    Microsoft
    Published
    No publication date stated
    retrieved
    Supports
    Der Desktopweg ist auf Bildpunkte begrenzt und erzeugt ohne vollen Bildpunkt keine Nachricht; Windows rechnet eine Beschleunigung ein; der Rohdatenweg liest auf der tiefsten möglichen Ebene ohne Beschleunigung und wird für eine Ego-Kamera empfohlen.
  2. Publisher
    Microsoft
    Published
    No publication date stated
    retrieved
    Supports
    Für Geräte mit hoher Meldefrequenz wie Mäuse mit 1000 Hertz gibt es einen gesammelten Leseweg, weil zwischen zwei Durchläufen mehrere Ereignisse auflaufen.

Related reading

More on Rigmint

Something wrong?

If a detail is out of date or a source leads nowhere, tell us. We need no data from you, one line is enough.

Report an error
Ad space reserved
Rigmint

Free PC buying guidance, system checks and build instructions: clear, traceable and without a subscription.

kontakt@rigmint.deSupport

The site is free and funded by ads and partner links. Support helps keep it less ad-heavy.

Main sections

More

Legal

Rigmint is an unofficial fan and community project. All mentioned game names, logos, trademarks and screenshots are property of their respective publishers (such as Blizzard Entertainment, Epic Games, Riot Games, Grinding Gear Games, Valve, and others) and are used solely for reference and identification purposes.

Performance figures are either derived from published measurements or explicitly marked as model estimates; they are not measurements taken on your machine. Prices are either merchant prices from the daily sync with a checked-on date or estimates marked as reference values. They are points of reference for your own decision, not a promise and not advice in any legal sense.

Buy links on this site are advertising. As an Amazon Associate we earn from qualifying purchases. The price does not change for you, and which part gets recommended is decided by the model, not by the commission.

© 2026 Rigmint. All rights reserved. Not affiliated with any game publisher mentioned on this site.