Printing in Windows 11 has become easier in some respects, but when you need to dive into advanced settings, the number of routes can be baffling. Microsoft's modern Settings app offers a direct graphical shortcut to the classic Printer Properties dialog, yet the decades-old PrintUI command and Control Panel pathways remain — and they're often what legacy documentation points to. For everyday users and IT pros alike, understanding what's changed, where each path leads, and which one to reach for can save time and frustration.
What Actually Changed: The Direct Settings Route Arrived
With Windows 11, the Settings app (version 22H2 and later) introduced a streamlined way to open the Printer Properties window for any installed printer. Navigate to Settings > Bluetooth & devices > Printers & scanners, click on your printer, and you'll see a Printer Properties button. One click launches the same multi-tabbed dialog that's been part of Windows for decades — the one with General, Sharing, Ports, Advanced, Color Management, Security, and Device Settings tabs.
This is a departure from earlier Windows 10 builds, where the Settings app often pushed you toward the modern "Printers & scanners" page without a direct link to the classic properties. Back then, you'd often have to scrounge through the old Control Panel (which still works) or run control printers. The change isn't just cosmetic; it's Microsoft acknowledging that the legacy dialog remains essential for configuring print servers, setting up permissions, changing ports, or troubleshooting driver issues.
However, the new path isn't the whole story. Over in the traditional Control Panel — still accessible by typing "control printers" in the Run dialog or searching for "Control Panel" and then navigating to Devices and Printers — right-clicking a printer and selecting Printer Properties launches the exact same dialog. And then there's the command-line route: printui.exe /p /n "Printer Name" opens that printer's properties directly, bypassing any GUI navigation. For administrators managing remote machines or scripting configurations, this remains a powerful tool.
What It Means for You: Two Audiences, Two Paths
For Home Users and Small Offices
If all you need is to change paper size, set a default print color, or configure duplex printing, the Settings path is the quickest and most intuitive. It's part of the modern Windows interface and easily discoverable. You don't need to remember arcane commands or hunt for the Control Panel. Yet, because so many online guides and forum posts still reference the Control Panel route, some users can get confused when they can't find the same options under Settings (for instance, the modern Printers & scanners page only shows Print Preferences, not full Printer Properties, until you click into the specific printer). The takeaway: when you need to change the printer name, share it, assign a TCP/IP port, or update the driver, use Settings; it's there and it's consistent.
For IT Administrators and Power Users
The PrintUI command remains indispensable. When you're pushing configuration changes to hundreds of machines via Group Policy or an RMM tool, spawning the GUI through Settings is impractical. printui.exe accepts switches to add drivers, delete printers, or restore print queues silently. The Control Panel's Devices and Printers view also shows all printers (including virtual printers and fax devices) in a single dense view, which can be faster for multi-printer management than the Settings app's list that requires scrolling and clicking into each item. So, power users aren't losing anything: the legacy paths are alive and well.
Moreover, the fact that Windows 11 still hosts the classic dialog means you're not forced to learn a new, possibly reduced-feature modern interface for advanced settings. That's a relief for those who've been configuring printers since Windows 95.
How We Got Here: A 30-Year Journey of Print Dialogs
Understanding why Windows 11 offers multiple doorways to the same printer settings requires a quick history lesson. The Printer Properties dialog we see today originated in Windows NT and Windows 95. It’s a Common Dialog built around the print spooler architecture. Over the years, Microsoft moved many system settings from Control Panel to the newer Settings app, but they couldn’t simply kill the old printer UI because it’s tightly coupled with the printer driver model and thousands of third-party applications that invoke it programmatically.
When Windows 10 launched, the Settings app for printers was barebones. By the Fall Creators Update, it could show ink levels and some basic options, but Printer Properties remained a Control Panel relic. In Windows 11, the Settings app finally gained a direct button to that legacy dialog. This hybrid approach — modern shell, classic guts — is typical of Microsoft's incremental migration. The company has confirmed that the classic Printer Properties dialog will eventually be retired in favor of a new, modern experience, but that’s still in preview (e.g., insider builds have a new settings page for print preferences). For now, we live in a world of coexisting interfaces.
Meanwhile, the PrintUI command appeared in Windows 2000 as part of the print spooler resource DLL. It was designed to give administrators a command-line interface for printer management, and it's never been deprecated. Even today, Microsoft documents it for Windows 11. So, the two routes — GUI via Settings or Control Panel, and CLI via PrintUI — aren't competing; they're complementary tools from different eras.
What to Do Now: A Practical Guide for Every User
If you're staring at your screen wondering which method to use, here's a cheat sheet.
Method 1: The Modern Settings Path (Recommended for Most People)
- Open Settings (Windows key + I).
- Click Bluetooth & devices in the left pane, then Printers & scanners on the right.
- Find your printer in the list and click on it.
- Click the Printer Properties button. This opens the classic dialog.
- Make your changes — for example, on the Sharing tab you can share the printer; on the Ports tab, you can change the port or add a new one; on the Advanced tab, you can set availability times and driver updates.
- Click Apply and OK.
This method works on Windows 11 Home, Pro, Enterprise, and Education, provided you have administrative rights (if you need to change drivers or ports, you’ll be prompted for elevation).
Method 2: The Control Panel Route (Good for Multiple Printers or Legacy Familiarity)
- Press Windows key + R, type
control, and press Enter. Then go to Hardware and Sound > Devices and Printers. Or more directly, typecontrol printersinto the Run dialog and press Enter. - Right-click your printer and select Printer Properties.
- The same dialog appears.
This route shows all printers and devices in a classic icon view, which many heavy users prefer for quick scanning.
Method 3: The PrintUI Command (For Automation and Remote Management)
- Open Command Prompt or PowerShell as administrator.
- To open a specific printer’s properties dialog (if you’re logged on locally), type:
printui /p /n "Printer Name". Replace with your exact printer name in quotes. - To add a printer driver silently:
printui /ia /m "Driver Name" /f "C:\path\to\inf". - To restore default printer settings for all users:
printui /p /n "Printer Name" /Sr.
Note that PrintUI won’t work on Windows on Arm in some scenarios, and the printer name must match exactly.
If the Printer Properties Button Is Missing or Greyed Out
In some Windows 11 versions, the Printer Properties button may not appear if the printer is a software-only virtual printer (like Microsoft Print to PDF) or if the driver isn’t fully installed. In that case, use the Control Panel path; it’s more forgiving. Also, ensure you’re logged in with an Administrator account; standard users can view properties but may not change them.
Outlook: A Unified Future, but Not Yet
Microsoft’s vision is to eventually replace the classic Printer Properties with a Settings-native experience. Insider builds have shown a new Printer Properties page under Settings that integrates many of the same settings with a modern design. However, this migration is slow, partly because printer manufacturers need time to port their custom tabs and driver extensions. Until that transition is complete, Windows 11 will remain a dual-path system. The good news is that both the Settings shortcut and the classic routes are fully supported. You can use whichever fits your workflow, confident that Microsoft won’t rip out the legacy dialog overnight.
For now, the direct graphical route through Settings is a welcome addition for casual users, while the PrintUI command and Control Panel remain vital tools for power users. Keep this guide handy, and you’ll never get lost in Windows 11’s printer maze again.