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:

How to Access and Edit via Regedit

  1. Press Windows Key + R, type regedit, and press Enter to open the Registry Editor.
  2. In the navigation bar, paste or browse to:
    HKEY_CURRENT_USER\Software\Microsoft\ScreenMagnifier
  3. Double-click Magnification to modify the active zoom level. Set the base to Decimal to enter standard percentage numbers (e.g., 200).
  4. Close the Registry Editor. If the Magnifier application is currently running, restart it for the newly applied registry configurations to take effect.