×

注意!页面内容来自https://onewebcare.com/windows/set-your-preferred-default-printer-windows/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

How to Set Your Preferred Default Printer in Windows 11 and 10 (2026 Step-by-Step Guide)

Setting a default printer in Windows 11 saves time every single day. Instead of picking a printer manually from a list each timeWindows automatically routes print jobs to the one you use most. This complete guide walks through every method to set your preferred default printer in Windows 11 — including SettingsSearchControl PanelCommand Promptand PowerShell — with real screenshots for every step.

Quick Summary

  • Go to Settings then Bluetooth and devices then Printers and scanners
  • Turn off ‘Allow Windows to manage my default printer’
  • Select your preferred printer and click ‘Set as default’
  • The default printer stays consistent until you change it manually
  • Works for both local and network printers

What You Need Before Starting

Make sure the printer is already installed and visible in Windows 11. If it shows up in the printers listit is ready to be set as the default. Estimated time to complete: under 2 minutes. For help with hardware setupcheck out the hardware guides available for additional reference.

How to Set Your Preferred Default Printer in Windows 11

There are five reliable methods covered in this guide. Method 1 uses the Settings app — the recommended approach in Windows 11. Method 2 uses the Search bar as a faster shortcut. Method 3 uses the Control Panelwhich in Windows 11 redirects to the Settings app. Methods 4 and 5 use Command Prompt and PowerShell for advanced users or IT administrators who need to script the change.

Method 1: Using the Settings App (Recommended)

This is the standard and most reliable method to set a default printer in Windows 11.

  • Step 1: Open the Start menu and click on ‘Settings’or press Windows key + I on the keyboard.
    Open the Start menu and click on 'Settings'
  • Step 2: In the left sidebarclick on ‘Bluetooth and devices’.
  • Step 3: On the right sideclick ‘Printers and scanners’.
    In the left sidebarclick on 'Bluetooth and devices' then select 'Printers and scanners'
  • Step 4: Scroll down to ‘Printer preferences’ and look for ‘Allow Windows to manage my default printer’. Toggle this option to Off.
    This step is critical — if this setting stays onWindows 11 will automatically override your preferred printer choice and switch to the last printer you used.
    Scroll down and look for 'Allow Windows to manage my default printer'. Toggle this option to Off.
  • Step 5: Scroll up to the printers list and click on the printer you want to set as your default.
    Scroll up to the printers list and choose the printer you want as your default
  • Step 6: Click the ‘Set as default’ button next to the printer’s name.
    Click the 'Set as default' button.
  • Step 7: Go back to Printers and scanners. A ‘Default’ label will appear under the printer name confirming the change is saved.
    Go back to Printers & Scannersand a 'Default' label will appear under the printer name to confirm the change.

That is all it takes using the Settings app. The printer you selected will now be the one Windows uses automatically for every print job going forward.

Pro Tip: Always disable ‘Allow Windows to manage my default printer’ first. If this setting stays enabledWindows 11 automatically changes the default printer to whichever one was used most recently — which can be frustrating if multiple printers are connected.

Method 2: Using the Search Bar (Fastest Shortcut)

This method skips multiple menus and lands directly on the Printers and scanners page in fewer clicks.

  • Step 1: Click the Search icon on the taskbar or press Windows key + Sthen type ‘Printers and scanners’ in the search box.
  • Step 2: Click the ‘Printers and scanners’ result that appears under Best match.
    press Windows key + S then Type 'Printers and scanners'
  • Step 3: Scroll down to ‘Printer preferences’ and toggle off ‘Allow Windows to manage my default printer’.
    Scroll down and look for 'Allow Windows to manage my default printer'. Toggle this option to Off.
  • Step 4: Click on the preferred printer from the list.
    Scroll up to the printers list and choose the printer you want as your default
  • Step 5: Click the ‘Set as default’ button.
    Click the 'Set as default' button.
  • Step 6: Return to Printers and scanners. A ‘Default’ label will appear below the printer nameconfirming the change.
    Go back to Printers & Scannersand a 'Default' label will appear under the printer name to confirm the change.

Method 3: Using the Control Panel

In Windows 11Microsoft has redirected the classic Control Panel ‘Devices and Printers’ page directly to the modern Settings app. Clicking ‘Devices and Printers’ in Control Panel will open Settings > Bluetooth & devices automatically — so this method ends up in the same place as Method 1.

  • Step 1: Press Windows key + R to open the Run dialog. Type control and press Enter.
  • Step 2: In the Control Panel windowclick on ‘Devices and Printers’.
  • Step 3: Windows 11 will automatically redirect and open Settings > Bluetooth & devices instead of the classic Devices and Printers window. This is expected behavior in Windows 11 — Microsoft has fully moved printer management into the modern Settings app.
  • Step 4: Click ‘Printers and scanners’then follow the same steps as Method 1 — toggle off ‘Allow Windows to manage my default printer’select your printerand click ‘Set as default’.

Pro Tip: The classic right-click ‘Set as default printer’ option from the old Devices and Printers window is no longer available in Windows 11. Microsoft has fully moved printer management into the Settings app. If a one-command solution is needed insteaduse the Command Prompt or PowerShell methods below.

Method 4: Using Command Prompt (Advanced)

This method is useful for IT administrators or advanced users who need to set a default printer quickly without navigating through menusor who want to script the change across multiple machines.

  • Step 1: Click the Start menutype cmdthen right-click ‘Command Prompt’ and select ‘Run as administrator’.
  • Step 2: In the Command Prompt windowtype the following command and press Enter — replacing “Your Printer Name” with the exact name of the printer as it appears in the printers list:
    rundll32 printui.dll,PrintUIEntry /y /n "Your Printer Name"
  • Step 3: If no error message appearsthe default printer has been changed successfully. Open any app and press Ctrl + P to confirm the printer shown at the top of the print dialog.

Method 5: Using PowerShell (Advanced)

PowerShell offers a clean one-line command for setting a default printer and is particularly useful in enterprise environments where group policies or scripts are in use.

  • Step 1: Click the Start menutype PowerShellthen right-click ‘Windows PowerShell’ and select ‘Run as administrator’.
  • Step 2: Type the following command and press Enter — replacing “Your Printer Name” with the exact printer name as shown in the printers list:
    Set-Printer -Name "Your Printer Name" -IsDefault $true
  • Step 3: No confirmation message will appear if the command runs successfully. Open any application and use Ctrl + P to verify the correct printer is now selected by default.

Pro Tip: To find the exact printer name to use in Command Prompt or PowerShellopen PowerShell and run Get-Printer | Select Name — this lists every installed printer by its exact nameincluding spacing and capitalization.

How to Set a Default Printer in Windows 10

The process in Windows 10 is slightly different because the Settings path uses ‘Devices’ instead of ‘Bluetooth and devices’. The classic Control Panel right-click method also still works in Windows 10unlike Windows 11.

  • Step 1: Open the Start menu and click ‘Settings’or press Windows key + I.
  • Step 2: Click on ‘Devices’.
  • Step 3: Click ‘Printers and scanners’ in the left sidebar.
  • Step 4: Scroll down and uncheck ‘Let Windows manage my default printer’.
  • Step 5: Click on the printer you want to set as default from the list.
  • Step 6: Click the ‘Manage’ button that appears under the printer name.
  • Step 7: On the printer management pageclick ‘Set as default’. The status under the printer name will change to ‘Default’.

In Windows 10the classic Control Panel Devices and Printers window still opens normally — right-click any printer and select ‘Set as default printer’ directly. The Command Prompt and PowerShell methods above also work identically in Windows 10.

Note for 2026: As of October 2025Windows 10 is officially “End of Support.” While these steps still workyou may find that newer printers released this year do not have compatible drivers for Windows 10. For the best printing reliabilityconsider upgrading to Windows 11.

How to Set the Last Used Printer as the Default (Let Windows Manage It)

If you want Windows to automatically switch the default printer to whichever one you used most recently — for exampleif you move between locations with different printers — you can turn this feature on instead of off.

  • Step 1: Open the Start menu and go to Settingsor press Windows key + I.
  • Step 2: Click ‘Bluetooth and devices’then click ‘Printers and scanners’.
  • Step 3: Under ‘Printer preferences’toggle ‘Allow Windows to manage my default printer’ to On.

With this setting enabledWindows will automatically set the most recently used printer as the default. This is useful for laptops used in multiple locationsbut is not recommended if you always want one specific printer to be the default.

How to Verify the Default Printer Is Set Correctly

After setting the defaultit is worth confirming the change took effect. Head back to Settings then Bluetooth and devices then Printers and scanners. The chosen printer should show ‘Default’ underneath its name. Alternativelyopen any app like Notepadpress Ctrl + P to open the print dialogand check which printer appears at the top — that is the current default.

For users managing multiple devices or exploring other Windows settings and guideskeeping track of printer defaults across different user accounts or setups can save a lot of time in the long run.

Watch out for Browser Overrides: Even if Windows is set correctlybrowsers like Chrome and Edge often remember the last printer you used inside that browser. To force your browser to use the Windows system default you just setuse the shortcut Ctrl + Shift + P. This bypasses the browser’s simplified menu and uses the official Windows Print Dialog.

Need to check your current print jobs in Windows 11? Check this guide

Setting a Network Printer as the Default

Network printers work exactly the same way as local printers. As long as the printer is installed and showing in the printers listfollow any of the methods above. The key requirement is that the printer must be connected and recognized by Windows 11 before it can be selected as the default. If the printer is not showing upit likely needs to be added first through ‘Add a printer or scanner’ on the Printers and scanners settings page.

Pro Tip: For office environments where the network printer gets used dailysetting it as the default right after installation prevents accidentally printing sensitive documents to a nearby shared printer.

Common Problems When Setting a Default Printer

The ‘Set as default’ button is grayed out or not visible

This happens because ‘Allow Windows to manage my default printer’ is still turned on. Go to Settings then Printers and scannersscroll down to Printer preferencesand toggle that setting to Off. The ‘Set as default’ button will then become clickable.

Windows keeps switching back to a different printer

This is the ‘Allow Windows to manage my default printer’ setting at work. Once it is disabledWindows stops automatically reassigning the default printer based on recent usage.

The preferred printer does not appear in the list

The printer may not be installed yet. Go to Settings then Bluetooth and devices then Printers and scanners and click ‘Add a printer or scanner’ to install it first. Once it appears in the listit can be set as the default.

The default printer keeps changing after a restart

This is almost always caused by ‘Allow Windows to manage my default printer’ being enabled. Disabling it is the standard fix. In rare casesa corrupted print spooler can also cause this — press Windows key + Rtype services.mscfind ‘Print Spooler’right-click itand select Restart.

The “Force” Method (Registry): If the setting keeps revertingyou can lock it. Press Windows Key + Rtype regeditand navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows

Look for the value LegacyDefaultPrinterMode. Double-click it and set the value to 1. This forces Windows to stop “managing” your printer and respect your manual choice.

Control Panel no longer opens Devices and Printers in Windows 11

This is expected behavior. In Windows 11Microsoft redirected ‘Devices and Printers’ in Control Panel to open Settings then Bluetooth and devices instead. Use the Settings app directly (Method 1 or Method 2) or use the Command Prompt and PowerShell methods for a faster alternative.

Command Prompt or PowerShell returns an error

Make sure the printer name in the command exactly matches what appears in the Printers and scanners listincluding spaces and capitalization. Use Get-Printer | Select Name in PowerShell to retrieve the exact name.

Tips for Managing Printers in Windows 11

Give Printers Descriptive Names

Windows 11 uses the manufacturer model name by defaultwhich often looks like ‘HP LaserJet Pro M404dn’ or ‘Canon PIXMA TR8620’. When multiple printers are connectedthis gets confusing fast. Renaming printers to something like ‘Office Laser’ or ‘Home Color Printer’ makes it immediately obvious which one to pick. To rename a printergo to Settings then Bluetooth and devices then Printers and scannersclick the printerthen click ‘Printer properties’. The name field on the General tab can be edited directly.

Remove Printers That Are No Longer in Use

Old printers that are no longer connected still show up in every print dialog. Removing unused printers keeps things clean. Just go to Printers and scannersclick the old printerand select ‘Remove’.

Use ‘Print to PDF’ as a Secondary Option

Windows 11 includes a built-in ‘Microsoft Print to PDF’ printer. This is useful for saving documents as PDF files without extra software. While it should not replace a physical printer as the daily defaultknowing it is there comes in handy when a physical printer is unavailable.

Check Printer Status Before Setting It as Default

Setting an offline or disconnected printer as the default causes print jobs to stack up in the queue and never print. Before confirming a printer as the defaultcheck that it shows as ‘Ready’ rather than ‘Offline’ or ‘Error’ in the Printers and scanners settings.

Pin the Printers and Scanners Page for Quick Access

If you switch between printers oftensearch for ‘Printers and scanners’ in the Windows 11 Start menu and right-click the result to pin it. This skips the multi-click journey through Settings every time an adjustment is needed.

Keep Printer Drivers Updated

Outdated printer drivers can cause print jobs to fail silently or the printer to appear offline even when it is on. Windows 11 can update drivers automatically through Windows Updatebut it is also worth checking the printer manufacturer’s website occasionally. For more tips on keeping devices running wellthe software guides cover driver management and related topics in more detail.

Need help updating printer drivers? Check this guide here for easy steps!

Frequently Asked Questions

How do I set a default printer in Windows 11?

Go to Settingsthen Bluetooth and devicesthen Printers and scanners. Turn off ‘Allow Windows to manage my default printer’ under Printer preferencesclick on the preferred printerand select ‘Set as default’. The printer will then be used automatically for all future print jobs.

How do I set a default printer in Windows 10?

Go to Settingsthen Devicesthen Printers and scanners. Uncheck ‘Let Windows manage my default printer’click the preferred printerclick ‘Manage’then click ‘Set as default’. In Windows 10the classic Control Panel right-click method also still works — open Control Panelclick Devices and Printersright-click the printerand select ‘Set as default printer’.

Why does Windows 11 keep changing my default printer?

Windows 11 has a built-in feature that automatically sets the most recently used printer as the default. To stop thisgo to Settings then Printers and scanners and toggle off ‘Allow Windows to manage my default printer’ under Printer preferences.

Can a network printer be set as the default in Windows 11?

Yes. As long as the network printer is installed and visible in the printers listit can be set as the default using the same steps as any local printer.

How do I check which printer is currently set as default in Windows 11?

Open Settingsgo to Bluetooth and devicesthen Printers and scanners. The default printer will have the word ‘Default’ displayed under its name in the list.

Why does Control Panel no longer show the Devices and Printers window in Windows 11?

Microsoft removed the classic Devices and Printers window in Windows 11 and redirected it to Settings then Bluetooth and devices. All printer management in Windows 11 now happens through the modern Settings app. The classic window is still available in Windows 10.

Can I set a default printer using Command Prompt or PowerShell?

Yes. In Command Prompt (Admin)run: rundll32 printui.dll,PrintUIEntry /y /n "Printer Name". In PowerShell (Admin)run: Set-Printer -Name "Printer Name" -IsDefault $true. Replace “Printer Name” with the exact printer name from the printers list. To find the exact namerun Get-Printer | Select Name in PowerShell first.

Can Windows have more than one default printer?

No. Windows only allows one default printer at a time. Setting a new printer as default automatically removes the default status from the previous one.

Do I need admin rights to change the default printer in Windows 11?

On a personal or home PCno special permissions are typically needed. On a work or managed deviceadministrator permissions may be required depending on how the system is configured by IT.

What is the difference between letting Windows manage the default printer vs setting it manually?

When ‘Allow Windows to manage my default printer’ is onWindows automatically switches your default to whichever printer you used most recently. When it is offWindows keeps whichever printer you manually set as the default until you change it yourself. Manual is recommended for most users who want a consistent default printer.

Sharing is Caring

Facebook
Twitter
LinkedIn
WhatsApp
<> @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400&display=swap'); .flb-trigger{cursor:zoom-in !important;transition:opacity .2s ease,transform .2s ease} .flb-trigger:hover{opacity:.92;transform:scale(1.01)} #flb-overlay{position:fixed;inset:0;z-index:999999;background:rgba(8,8,12,.75);display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);font-family:'DM Sans',sans-serif} #flb-overlay.flb-active{opacity:1;pointer-events:all} #flb-img-wrap{position:relative;max-width:92vw;max-height:82vh;transform:scale(.88) translateY(12px);transition:transform .38s cubic-bezier(.34,1.56,.64,1)} #flb-overlay.flb-active #flb-img-wrap{transform:scale(1) translateY(0)} #flb-img{max-width:92vw;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 0 0 1px rgba(255,255,255,.06),0 30px 80px rgba(0,0,0,.7),0 8px 20px rgba(0,0,0,.5);display:block} #flb-caption{margin-top:18px;color:#ffffff;font-size:16px;letter-spacing:.02em;font-weight:500;max-width:640px;text-align:center;line-height:1.6;min-height:20px;padding-bottom:20px;z-index: 9;} #flb-counter{position:fixed;top:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.3);font-size:12px;letter-spacing:.15em;text-transform:uppercase} #flb-close{position:fixed;top:20px;right:24px;width:52px;height:52px;background:rgba(200,50,50,.75);border:2px solid rgba(255,100,100,.85);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s,box-shadow .2s;color:#ffffff;z-index:1000000;box-shadow:0 0 0 3px rgba(255,80,80,.25),0 4px 16px rgba(0,0,0,.5)} #flb-close:hover{background:rgba(220,40,40,.95);transform:rotate(90deg);box-shadow:0 0 0 4px rgba(255,80,80,.4),0 6px 20px rgba(0,0,0,.6)} #flb-close svg{width:22px;height:22px;stroke:#ffffff;stroke-width:2.5} #flb-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none} #flb-spinner::after{content:'';width:28px;height:28px;border:2px solid rgba(255,255,255,.15);border-top-color:rgba(255,255,255,.7);border-radius:50%;animation:flb-spin .7s linear infinite} @keyframes flb-spin{to{transform:rotate(360deg)}}