Windows Magnifier Registry Location for Zoom Levels
In Windows, user-specific configurations for the built-in Screen
Magnifier tool—including current magnification scale, zoom increments,
and view modes—are stored directly within the
HKEY_CURRENT_USER hive in the Windows Registry. Modifying
these registry entries allows administrators and users to
programmatically view or adjust active accessibility zoom behaviors
without opening the Magnifier interface.
The Registry Path
The active accessibility Screen Magnifier settings for the currently logged-in user are located at:
HKEY_CURRENT_USER\Software\Microsoft\ScreenMagnifier
Key Registry Values for Magnifier Levels
Inside the ScreenMagnifier key, several DWORD (32-bit)
values control the zoom level and behavior:
Magnification: Defines the current zoom level as a percentage. For example, a decimal value of100represents 100% (normal view),200represents 200% magnification, and300represents 300%.ZoomIncrement: Specifies the percentage step size by which the screen zooms in or out when pressing the zoom shortcuts (Windows Key + PlusorWindows Key + Minus). Default increments are typically set to values like25,50, or100.MagnifierMode: Controls the visual mode of the magnifier:1: Docked mode2: Full-screen mode3: Lens mode
ClassicMagnifier: A toggle determining legacy rendering behavior versus modern Desktop Window Manager (DWM) integration.
How to Access and Edit via Regedit
- Press
Windows Key + R, typeregedit, and press Enter to open the Registry Editor. - In the navigation bar, paste or browse to:
HKEY_CURRENT_USER\Software\Microsoft\ScreenMagnifier - Double-click
Magnificationto modify the active zoom level. Set the base to Decimal to enter standard percentage numbers (e.g.,200). - Close the Registry Editor. If the Magnifier application is currently running, restart it for the newly applied registry configurations to take effect.