Printer Settings Not Saving Per User – Real Fixes

Your document properties keep resetting for each user? Here's why and how to fix it – no guesswork.

1. The Most Common Cause: Permissions on the Printer Key in Registry

This is the one I see 9 times out of 10. Windows stores each user's printer settings (like duplex, orientation, paper size) in the registry under HKEY_CURRENT_USER\Printers\Settings. If that key got locked down or corrupted, your settings won't save. You'll change them, hit Apply, close the dialog, reopen it, and they're gone. This happens a lot after a Windows update or when someone messes with permissions.

  1. Press Windows Key + R, type regedit, hit Enter.
  2. Go to HKEY_CURRENT_USER\Printers\Settings. Right-click it, choose Permissions.
  3. In the dialog, select your user account (or Administrators group). Make sure Full Control and Read are checked under Allow. If they're not, check them.
  4. Click Apply, then OK. After clicking OK you should see the key updates take effect immediately – no restart needed.
  5. Now open your printer's document properties, change a setting (like turning on duplex), hit Apply, then close and reopen. It should stick.

Doesn't work? Move to the next cause.

2. Second Cause: Printer Driver Corrupted or Wrong Version

If the registry permissions are fine, the driver is the next suspect. A bad driver can do all sorts of weird stuff – including ignoring user settings. I've seen this with HP Universal Print Driver and some Canon printers. The driver thinks it knows better than you and resets everything to defaults.

  1. Open Settings (gear icon) > Bluetooth & devices > Printers & scanners.
  2. Find your printer, click on it, then click Printer properties.
  3. In the new window, click Advanced tab.
  4. Check the driver listed under Driver. If it's something generic like "Microsoft Print to PDF" or a very old version, that's the problem.
  5. Go to the printer manufacturer's website, download the latest driver for your exact model and your Windows version (10, 11, 64-bit). Don't use Windows Update drivers – they're often stripped down and cause this exact issue.
  6. Back in the Advanced tab, click New Driver. Follow the wizard to install the downloaded driver.
  7. After installation, restart the computer. I know it's annoying, but driver changes need a full reboot to take effect.
  8. Test: change a setting, save, close, reopen. If it works, you're done. If not, read on.

3. Third Cause: Group Policy Blocking User Changes

This one is sneaky because it doesn't show an error. If you're on a work computer or a domain-joined machine, your IT department might have a Group Policy that locks down printer settings. They do this to save paper or enforce company standards. You'll change a setting, hit Apply, nothing happens. No popup, no error – just silence.

  1. Press Windows Key + R, type rsop.msc, hit Enter. This shows all applied policies.
  2. Wait for it to load. Then expand User Configuration > Administrative Templates > Control Panel > Printers.
  3. Look for a policy called "Prevent users from changing printer settings" or similar. If its status is Enabled, that's the cause.
  4. You cannot change this yourself unless you're an admin. You need to contact your IT team and ask them to disable that policy for your user or computer.
  5. If you're on your own computer and this shows Enabled, someone set it by accident. Open Local Group Policy Editor (type gpedit.msc in Run), go to the same path, set it to Not Configured, then run gpupdate /force in Command Prompt (Admin).

Quick Reference Summary Table

Cause Signs Fix
Registry permissions wrong Settings revert immediately Check HKEY_CURRENT_USER\Printers\Settings – give yourself Full Control
Bad printer driver Settings sometimes stick, sometimes not; printer acts weird Download and install latest driver from manufacturer
Group Policy blocking Settings never save, no error shown Check rsop.msc, disable policy or contact IT

Start with the registry fix – it's the most common and easiest. If that doesn't help, go through the driver. The Group Policy one is rare for home users but common in offices. Good luck – and remember, if you change a setting and it sticks, close the dialog and reopen it again to double-check. That's the real test.

Related Errors in Hardware – Printers
0X00000A70 Fix Printer Error 0X00000A70 – DFS Link Offline 0x00000709 Printer Offline Error on Windows 11 After Update KB5034765 Printer Leaving Lines on Every Page? Here's the Fix 0XC01E0431 Fix 0XC01E0431 Linked Printer Error – Step by Step

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.