/
/

How to Turn On or Off “Let Windows Manage Default Printer” in Windows 11

How to Turn On or Off "Let Windows Manage Default Printer" in Windows 11 blog banner image

Enabling the “Let Windows manage my default printer” option permits the system to automatically select the last printer you’ve used as the default. This setup is convenient in isolation but can be disruptive in controlled, kiosk, or enterprise environments where a dedicated device is preferred. This guide will help you manage these settings to match your preferences.

Prerequisites and methods for changing printer preferences

Here are some important reminders on how this option can be modified and how it behaves in certain environments.

✔️ Printers must already be installed and accessible from the device.

✔️ This setting is user-specific (HKCU) unless scripted for all profiles.

✔️ Admin privileges may be required for registry or script-based deployment methods.

Method 1: Enable or disable via Windows Settings (GUI)

This simple execution is recommended for single-user preferences.

  1. Open Settings from Search or press Win + I.
  2. Navigate to Bluetooth & devices Printers & scanners.
  3. Scroll down and toggle Let Windows manage my default printer.

Printers & scanners under Bluetooth & devices settings

Leaving this option switched off means the default printer will be manually selected.

Method 2: Configure via Registry Editor (advanced)

This path is useful for enforcing policies but requires a sufficient understanding of how to navigate and make changes to the Windows Registry.

  1. Press Win + R, type regedit, and tap OK to open the Registry Editor.
  2. Navigate to or copy and paste the following path to the Registry address bar:

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows

  1. Create or modify the following 32-bit DWORD value: LegacyDefaultPrinterMode.
  2. Set it to 0 to enable the Let Windows manage default printer option. Switch or leave it to 1 to keep the default settings.

LegacyDefaultPrinterMode DWORD Value

⚠️Warning: Making unintended changes to the Windows Registry can affect your system’s performance and stability. Learn how to back up the Registry database and create a restore point before making any changes.

Method 3: Use PowerShell for scripting or remote management

Here’s the PowerShell script for disabling the Windows-managed default printer option:

Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Windows" `

-Name "LegacyDefaultPrinterMode" -Value 1

Replace -Value with 0 to enable this setting. To initiate the changes, ensure that you’re running PowerShell with administrative privileges.

Additional tips and considerations for changing printer preferences

Group Policy and Mobile Device Management (MDM)

There is currently no direct Group Policy setting to control this specific behavior. However, administrators can use GPO Preferences to modify the LegacyDefaultPrinterMode value in the Registry.

As an admin, you can combine these changes with your IT management software’s deployment policies (if applicable) to exercise more control over printer preferences and settings.

Roaming profiles

On the other hand, individual users who switch networks frequently may benefit from enabling Let Windows manage my default printer.

Shared devices

This behavior is likely to be disabled in Kiosks and shared workstations. These setups are usually more secure and consistent, with limited access or fixed preferences for connecting with third-party devices.

User overrides

Under normal circumstances, the end user can manually override the selected default printer unless this setting is enforced through a policy or automation.

Best practices for default printer preferences

If you have an environment with multiple printers, enabling Let Windows manage my default printer will allow the system to always set your default printer to the last device you used. This option prevents Windows from always asking for the preferred printer for each task.

Meanwhile, opting to disable Let Windows manage my default printer is commonly preferred for kiosk, enterprise, and managed IT setups. Leaving this option turned off limits endpoints to the printer dedicated to the network. This helps reduce security concerns and improve consistency and workflow in production.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).