Silicophilic

For All Tech Lovers

  • Home
  • Gadgets
    • Android
  • Internet
    • Saas
  • Windows
    • Software
  • Contact
    • Write For Us
  • Fact Checking Policy
  • Privacy Policy
You are here: Home / Windows / How To List Printers In Command Line?

How To List Printers In Command Line?

Updated: June 8, 2020 by Anubhab Chakraborty

Unlike some Linux distros, Windows has a neatly designed graphical user interface which makes it easy to use for even casual users. However, the actual speed comes in from the command line interpreters, which can be used to execute almost everything in Windows 10.

If you are trying to switch to use command line apps to navigate around PC, here I shall discuss how you can list printers in command line interpreters.

Also read: How to modify registry using command prompt

GUI Location Of Printers

Table of Contents

Toggle
  • GUI Location Of Printers
  • List Printers In Command Line
    • Cmd List Printers
    • List Printers In PowerShell
  • Wrapping Up

Printers in Windows 10 can be found in the Settings app and the traditional Control panel. As a quick refresher, here are both the locations in brief:

  • Settings app: Open the Settings app and go to the Devices section. You will find the printers listed in the right column when you select Printers & scanners from the left pane menu.
  • Control Panel: Open Control panel by typing control.exe in a Run dialog. From ‘All control panel items’, select Devices and printers.

While the traditional methods are well known, they do not allow you to access the information in the form of a list. To create such lists, you will need to use the command line.

List Printers In Command Line

For the majority of the lifespan of Windows, Command Prompt has been the default command-line interpreter. Recently, it has been switched to PowerShell, which is an improvement in many ways. You can access the printers list in both these apps, using specific commands for them.

Cmd List Printers

To obtain and extract a list of available printers, follow these steps:

  1. Open a command prompt window. You can type cmd and press Enter in Windows Search for the same.
  2. Here, type the following command to get the printers list:
    wmic printer list brief
  3. This will display all the printers installed on your computer.
  4. To export this list to a text file, you can use the following command:
    wmic printer list brief > %userprofile%\Desktop\printers_list.txt
  5. This will export the list that you just saw to a text file on your desktop named printers_list.

wmic_printer_list

List Printers In PowerShell

 PowerShell is the direction Windows is going, further supported by the fact that PowerShell supports many cmdlets. It also has support for the .NET framework and C++ languages. The command to get the  list of printers is slightly different, so follow these steps for the same:

  1. Open PowerShell. You can use the WinX menu if you haven’t replaced PowerShell with CMD.
  2. Type the following command in PowerShell to get the list of printers installed on your computer:
    Get-Printer | Format-Table
  3. To export this list to a text file, you can use the following command:
    Get-Printer | Format-Table | Out-File “$env:userprofile\Desktop\printers_list.txt”
  4. This will export the list that you just saw to a text file on your desktop named printers_list.

powershell_get_printer_list

Wrapping Up

So there you have it. Now you know how to list printers command line using the methods listed above. Comment below if you found this useful, and to discuss further the same.

Filed Under: Windows Tagged With: Printers in Command line

About Anubhab Chakraborty

A blogger, tech enthusiast and a MBA student from Kolkata. A friendly person always in a mood for networking. Ping me up anytime or just throw an email.

Comments

  1. Bill Bovard says

    September 30, 2021 at 3:55 am

    Thank you. We have an old HP laser printer connected to a even-older Windows XT desktop that we access from several laptops in our house. Just got a new laptop today. All the slick shit in Windows 10 couldn’t find the printer but your article helped me get it connected.

Silicophilic_Twitter_handle Silicophilic_Facebook_handle Silicophilic_Youtube_handle Silicophilic_Linkedin_Handle Silicophilic_Rss_Feed

Recent Posts

  • FC 26 Black Boots Bug – The Career Mode Fix That Actually Works
  • Stuck in the Wrong Language in EA SPORTS FC 26? Here’s What I Did
  • EA Sports FC 26 Error EC:10608 Broke My Sync — Until I Figured This Out
  • How to Create An Automated Budget in Excel
  • Recover Data From An Unbootable Hard Drive in Windows 11

© 2026 · Silicophilic