In modern versions of Microsoft Word (specifically Microsoft 365), Microsoft updated the rendering engine to include “Smart Cursoring” (also known as smooth typing or cursor animation). Instead of the traditional, instant jump from one character to the next as you type, the blinking cursor now gracefully glides and slides across the screen, animating its movement between keystrokes to mimic the fluidity of a modern smartphone interface.
While this looks elegant, it is incredibly disorienting for fast touch-typists. Because the cursor is physically animating its movement, there is a microscopic visual delay between when you strike a key and when the cursor actually arrives at the new character position. At 100 words per minute, this creates a profound sense of input lag, making the word processor feel sluggish and unresponsive. If you find the gliding animation nauseating or simply prefer the instantaneous, raw responsiveness of the classic Word typing experience, you must completely disable the smooth cursor animation via the Windows Registry.
Disabling Cursor Animation via the Registry Editor
Microsoft does not provide a standard toggle switch for this feature within Word’s Options menu. You must manually inject a new configuration key into the Windows Registry to force the Office rendering engine to revert to classic behavior.
- Ensure Microsoft Word (and all other Office applications) are completely closed.
- Press the Windows Key + R to open the Run dialogue box.
- Type
regeditand press Enter. (Click “Yes” on the UAC prompt). - Navigate to the following exact path by pasting it into the address bar at the top:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common - In the left-hand folder tree, right-click on the Common folder, select New, and click Key.
- Name the newly created folder exactly:
Graphics - Click on your new Graphics folder to select it.
- In the empty right-hand panel, right-click, select New, and choose DWORD (32-bit) Value.
- Name the new value exactly:
DisableAnimations - Double-click
DisableAnimationsand change the “Value data” from0to1. - Click OK and close the Registry Editor.
The next time you open Microsoft Word and begin typing, the difference will be immediate. The cursor will instantly snap from character to character with zero visual delay, completely eliminating the sluggish, gliding sensation and restoring the lightning-fast responsiveness of legacy word processors.