• File Explorer overhaul is coming to Windows 11.
  • The changes include a new header, redesigned command bar, and Microsoft 365 integration.
  • The new version of File Explorer may arrive before the end of 2023.

Microsoft is reportedly working on a new version of File Explorer that includes a bunch of visual changes and new features. According to a new report from Windows Central , in addition to previously revealed improvements , Windows 11 is expected to receive an update for File Explorer meant to modernize the design and enhance its functionality to better integrate with Microsoft 365 products, such as OneDrive and Office.

In this overhaul, users can expect visual changes to the header frame of File Explorer with a new search box, “Home” and “Refresh” buttons, and a new address bar.

The command bar with the “New” menu and commands for “Cut,” “Paste,” “Copy,” “Rename,” “Share,” “Delete,” and others will now appear below the address bar.

File Explorer new design 2023 - 1

File Explorer new design 2023 (Source: Future)

The “Home” page will integrate more deeply with Microsoft 365 products. This means that you will see recommended files with thumbnails similar to the same experience available in OneDrive and Photos app.

The left navigation page is being reworked with new code, and while it might look similar to the current design, you will notice some visual changes like new highlight colors.

Other changes include optimizing the interface to make it better for devices with touch screens.

In recent preview builds, we’ve seen a new “Gallery” entry for File Explorer, and the latest report suggests that Microsoft will use this to bring changes to the picture viewing experience, including the ability to hover over an image to see a larger preview. Also, tags will allow users to organize files by colors, keywords, and more, similar to macOS.

Although recent previews of Windows 11 have shown us pieces of these improvements, it’s unclear when the new version of File Explorer will be available. However, the report suggests that these changes could arrive before the end of the year through a feature-drop update or as part of version 23H2.

On Windows 11 , you have multiple ways to see a list of all the installed printers, and in this guide, you will learn how.

If you print from the same or different locations, sometimes, you may need to find the printers installed on your computer to ensure you have the correct device or determine if you need to remove one or more devices .

Regardless of the reason, on Windows 11, you have different ways to view a list of printers installed on the computer, including using the Settings app, Printer Management, Command Prompt, and PowerShell.

This guide will teach you the steps to view all the available printers on Windows 11.

  • View all printers on Windows 11 from Settings
  • View all printers on Windows 11 from Print Management
  • View all printers on Windows 11 from Command Prompt
  • View all printers on Windows 11 from PowerShell

View all printers on Windows 11 from Settings

To list all the printers installed on Windows 11, use these steps:

  1. Open Settings .
  2. Click on Bluetooth & devices .
  3. Click the Printers & scanners tab.
  4. Review all the installed printers on Windows 11.

Once you complete the steps, the Settings app will display all the available printers.

It’s worth noting that with any method you choose, you may also find software printers that are parts of a specific application, such as “Fax,” “Microsoft Print to PDF,” “Microsoft XPS Document Writer,” and “OneNote.”

View all printers on Windows 11 from Print Management

If you use Windows 11 Pro, Enterprise, or Education, you can use the Printer Management console to review all the installed printers.

To view the printers available on your computer from Print Management, use these steps:

  1. Open Start .
  2. Search for Print Management and click the top result to open the app.
  3. Browse the following path: Printer Management > Print Servers > Printers
  4. Review all the printers available on Windows 11.

After you complete the steps, the application will list all the installed printers on Windows 11.

View all printers on Windows 11 from Command Prompt

To see a list of installed printers from Command Prompt, use these steps:

  1. Open Start .
  2. Search for Command Prompt , right-click the top result, and select the Run as administrator option.
  3. Type the following command to list the installed printers and press Enter : wmic printer list brief
  4. Confirm all the printers installed on your computer.

Once you complete the steps, the command will return a list of the installed printers on Windows 11.

View all printers on Windows 11 from PowerShell

To generate a list of installed printers from PowerShell, use these steps:

  1. Open Start .
  2. Search for PowerShell , right-click the top result, and select the Run as administrator option.
  3. Type the following command to list the installed printers and press Enter : Get-Printer | Format-Table
  4. Confirm all the printers installed on Windows 11.

After you complete the steps, the PowerShell command will generate a list of the installed printers on Windows 11.