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.
- Press Windows Key + R, type
regedit, hit Enter. - Go to
HKEY_CURRENT_USER\Printers\Settings. Right-click it, choose Permissions. - 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.
- Click Apply, then OK. After clicking OK you should see the key updates take effect immediately – no restart needed.
- 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.
- Open Settings (gear icon) > Bluetooth & devices > Printers & scanners.
- Find your printer, click on it, then click Printer properties.
- In the new window, click Advanced tab.
- 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.
- 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.
- Back in the Advanced tab, click New Driver. Follow the wizard to install the downloaded driver.
- After installation, restart the computer. I know it's annoying, but driver changes need a full reboot to take effect.
- 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.
- Press Windows Key + R, type
rsop.msc, hit Enter. This shows all applied policies. - Wait for it to load. Then expand User Configuration > Administrative Templates > Control Panel > Printers.
- Look for a policy called "Prevent users from changing printer settings" or similar. If its status is Enabled, that's the cause.
- 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.
- If you're on your own computer and this shows Enabled, someone set it by accident. Open Local Group Policy Editor (type
gpedit.mscin Run), go to the same path, set it to Not Configured, then rungpupdate /forcein 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.
Was this solution helpful?