Why Windows 11 Resets the Default Printer and How to Lock It
🔍 WiseChecker

Why Windows 11 Resets the Default Printer and How to Lock It

Quick fix: Open Settings → Bluetooth & devices → Printers & scanners, scroll down, untick Let Windows manage my default printer. Then click your preferred printer and click Set as default. With Windows-managed default off, your manual choice stays put across reboots.

You set the laser printer as default. Print one document to the photo printer. From then on, Windows switches the “default” to the photo printer because that’s what you used last. This is the “Windows manages my default printer” feature — auto-switching defaults based on last use. Disabling it locks the default to whatever you explicitly chose.

Symptom: Default printer keeps switching to the most recently-used printer instead of staying on your chosen default.
Affects: Windows 11 (and Windows 10) with multiple installed printers.
Fix time: ~2 minutes.

ADVERTISEMENT

What causes this

Windows 11’s “Let Windows manage my default printer” feature tracks which printer you used most recently in the current location. The intent: home printer at home, office printer at work. The cost: if you print one photo on the photo printer at home, Windows decides photo printer is now your “default” for everything. You have to manually swap back.

Method 1: Disable Windows-managed default printer

The single setting that fixes most cases.

  1. Open Settings → Bluetooth & devices → Printers & scanners.
  2. Scroll down past the printer list.
  3. Find Let Windows manage my default printer. Toggle Off.
  4. Go back up. Click your preferred default printer (e.g., the laser printer).
  5. Click Set as default.
  6. Print to a different printer occasionally — Windows no longer changes the default.
  7. Verify: Settings → Bluetooth & devices → Printers & scanners → your chosen printer has the green checkmark.

This is the main fix.

ADVERTISEMENT

Method 2: Lock default printer via registry policy

For systems where Method 1’s toggle keeps re-enabling.

  1. Press Win + R, type regedit, press Enter.
  2. Navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows.
  3. Find LegacyDefaultPrinterMode DWORD. If missing, create it.
  4. Set value to 1. This disables Windows-managed default behavior at registry level (overrides Settings toggle).
  5. Close Registry Editor. Sign out and back in.
  6. Manually set your default printer once. It stays put.

This is the persistent fix when Settings toggle keeps flipping.

Method 3: Use Group Policy for managed environments

For Pro/Enterprise where you want to enforce the same default across many PCs.

  1. Press Win + R, type gpedit.msc, press Enter.
  2. Navigate to User Configuration → Administrative Templates → Control Panel → Printers.
  3. Find Turn off Windows default printer management. Set to Enabled. Click Apply.
  4. Run gpupdate /force from elevated Terminal.
  5. Test: print, switch printer, restart. The default stays.

This is the right approach for IT environments.

How to verify the fix worked

  • Open Settings → Bluetooth & devices → Printers & scanners. Let Windows manage my default printer is Off.
  • Your chosen default printer shows a green checkmark.
  • Print to a non-default printer. Return to Printers & scanners — your original default still has the checkmark.
  • Reboot. Default printer persists.

If none of these work

If the default keeps switching, three causes apply. App overriding: some apps (Adobe Acrobat in particular) set the system default when you print to a specific printer. Check the app’s print settings for “Set as default” option and disable. Print Spooler restart: a service restart can reset state. Confirm Get-Printer | Where Default -eq $true still returns your chosen printer. Group Policy: managed PCs may have GPO forcing automatic default. Check via gpresult /h C:\gpresult.html for printer-related policies.

Bottom line: Untick “Let Windows manage my default printer” in Settings. Set your default manually. It stays.

ADVERTISEMENT