Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Device Manager
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Component of the Microsoft Windows operating system}} {{More citations needed|date=August 2021}} {{Use mdy dates|date=December 2022}} {{Infobox software | name = Device Manager | screenshot = Microsoft Management Console - Device Manager.png | screenshot_size = 300px | caption = [[Microsoft Management Console]] in [[Windows 11]] with Device Manager snap-in | developer = [[Microsoft]] | released = {{Start date and age|1995|08|24}} | operating system = [[Microsoft Windows]] | license = [[Proprietary software|Proprietary]] [[commercial software]] }} '''Device Manager''' is a component of the [[Microsoft Windows]] operating system. It allows users to view and control the hardware attached to the computer. When a piece of hardware is not working, the offending hardware is highlighted for the user to deal with. The list of hardware can be sorted by various criteria.<ref>{{cite web | url=http://windows.microsoft.com/en-us/windows-8/where-is-device-manager | title=Where is Device Manager? |website=Windows| publisher=[[Microsoft]] | access-date=February 8, 2015|url-status=dead|archive-url=https://web.archive.org/web/20140125043422/http://windows.microsoft.com/en-us/windows-8/where-is-device-manager|archive-date=January 25, 2014}}</ref> For each device, users can: *Supply [[device driver]]s in accordance with the [[Windows Driver Model]] *Enable or disable devices *Tell Windows to ignore malfunctioning devices *View other technical properties Device Manager was introduced with [[Windows 95]] and later added to [[Windows 2000]]. On [[Windows 9x]], Device Manager is part of the System applet in [[Control Panel (Windows)|Control Panel]]. On Windows 2000 and all other [[Windows NT]]-based versions of Windows, it is a snap-in for [[Microsoft Management Console]]. The executable program behind the Device Manager is <code>devmgmt.msc</code>. ==Types of icons== ===Disabled device=== A disabled device has either been manually disabled by a user or by some way of error. In Windows 95 through XP, this is denoted by a red X. In Windows Vista and Windows 7, this was replaced by a grey downward pointing arrow in the lower right-hand corner of the device's icon. ===Hardware not working properly=== There are many reasons why hardware may not work properly. If Windows recognizes a problem with a device, it is denoted by a black exclamation point (!) on a yellow triangle in the lower right-hand corner of the device's icon. ===Hardware not recognized=== Hardware may not be recognized if it is not installed properly or not compatible with the system. This is denoted by a yellow question mark in place of the device's icon. ===Device manually selected=== A blue "i" on a white field in the lower right-hand corner of a Device's icon indicates that the '''Use automatic settings''' feature is not selected for the device and that the resource was manually selected. Note that this does not indicate a problem or disabled state. ==Error codes== Device Manager error codes are numerical codes, each accompanied by an error message, which help users determine what kind of issue Windows is having with a piece of hardware.<ref>{{cite web | url=http://support.microsoft.com/kb/310123 | title=Error codes in Device Manager in Windows |website=Support| publisher=[[Microsoft]] | access-date=February 8, 2015}}</ref><ref>{{cite web | url=http://pcsupport.about.com/od/fixtheproblem/tp/device_manager_error_codes.htm | title=Device Manager Error Codes | publisher=About.com | access-date=February 8, 2015 |last=Fisher|first=Tim |url-status=dead|archive-url=https://web.archive.org/web/20080909123547/http://pcsupport.about.com/od/fixtheproblem/tp/device_manager_error_codes.htm|archive-date=September 9, 2008}}</ref><ref>{{cite web |last1=Hopkins |first1=Mark |last2=Graff |first2=Eliot |title=Device Manager Error Messages β Windows Drivers |url=https://learn.microsoft.com/en-us/windows-hardware/drivers/install/device-manager-error-messages |website=[[Microsoft Learn]] |access-date=27 April 2025 |date=2021-12-15}}</ref> {| class="wikitable" ! Code !! Meaning |- | 1 || ''This device has not been configured correctly.'' |- | 3 || ''The driver for this device may be [[corrupted]], or the system may be running low on [[Computer memory|memory]].'' |- | 10 || ''This device cannot start.'' |- | 12 || ''Not enough resources for the device.'' |- | 14 || '' The computer must be restarted for the device to work properly.'' |- | 16 || ''Windows can't identify all the resources this device requires.'' |- | 18 || ''Drivers for this device must be reinstalled.'' |- | 19 || ''Configuration information in [[Windows registry]] is damaged or corrupted for this device.'' |- | 21 || ''Windows is removing this device.'' |- | 22 || ''This device is disabled.'' |- | 24 || ''This device is not present, does not have all its drivers installed, or is not working properly.'' |- | 28 || ''The drivers for this device are not installed.'' |- | 29 || ''The [[firmware]] of the device did not give it the required resources.'' |- | 31 || ''Windows cannot load the drivers required for this device.'' |- | 32 || ''A driver for this device has been disabled.'' |- | 33 || ''Windows cannot determine which resources are required for this device.'' |- | 34 || '' Windows cannot determine the settings for this device.'' |- | 35 || ''The computer's firmware does not include enough information to properly configure and use this device.'' |- | 36 || ''This device is requesting a [[Peripheral_Component_Interconnect#Interrupts|PCI interrupt]] but is configured for an [[Industry Standard Architecture|ISA]] interrupt (or vice versa).'' |- | 37 || ''Windows failed to initialize the device driver for this hardware.'' |- | 38 || ''Windows cannot run the driver for this device because a previous instance of the driver exists.'' |- | 39 || ''Windows cannot load the driver for this device. The driver may be corrupted or missing.'' |- | 40 || ''Windows cannot access this hardware because its service key information in the registry is missing or corrupted.'' |- | 41 || ''Windows successfully loaded the device driver for this hardware but cannot find the hardware device.'' |- | 42 || ''Windows cannot run the driver for this device because there is a duplicate device already running in the system.'' |- | 43 || ''Windows has stopped this device because it has reported problems.'' |- | 44 || ''An application or service has shut down this hardware device.'' |- | 45 || ''This hardware device is not connected to the computer.'' |- | 46 || ''Windows cannot gain access to this hardware device because the operating system is in the process of shutting down.'' |- | 47 || ''Windows cannot use this device because it has been prepared for [[Safely remove hardware|safe removal]], but it has not been removed from the computer.'' |- | 48 || ''The driver for this device has been blocked from starting because it is known to have problems with Windows.'' |- | 49 || ''Windows cannot start new hardware devices because the system [[Registry hive|hive]] is too large and exceeds the Registry Size Limit.'' |- | 52 || '' Windows cannot verify the [[digital signature]] for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged.'' |- |} ==Device Types== Windows separates devices and their drivers by class types. Extra hidden and disconnected devices can be exposed through the <code>devmgr_show_nonpresent_devices</code> flag. * [[USB]] Class devices: Peripherals that connect exclusively through the USB bus. ** Human Interface Devices: Devices used by the users to interface with the OS (eg. Touchpads, Pens, Mices and Keyboards) ** Printer devices: Drivers that contain printer information. Hidden category since Windows Vista. ** Imaging devices: Webcams and Scanners. A new webcam class driver was introduced in [[Windows 10 version history#Version 1709 (Fall Creators Update)|Windows 10 v1709]]. ** Biometric devices: Devices that read biometric data using Windows Biometric Framework. (eg. IR Webcams, Fingerprint sensor) * [[PCI configuration space|PCI Class]] devices: Devices that connect to the PCI bus for high speed (eg. Graphics Card, Network card, Chipset) ** System devices: Peripherals that tie to the system, chipset or have no set category (eg. [[Intel Management Engine]], [[Disk controller]], [[ACPI]] events) ** Video and Audio Capture devices: Devices used to route audio/video streams (eg. Audio cards, TV Tuner cards, MIDI devices) *** Audio inputs and outputs: Since Windows 8, audio ports have their own category. * Non-PnP devices: Mostly software that need a driver installed to interface with the core kernel components. Hidden category since Windows 10. * DCH devices: A new type of driver introduced in [[Windows 10 version history#Version 1709 (Fall Creators Update)|Windows 10 v1709]] that can interface with [[Universal Windows Platform]] apps or Hardware Support Apps (HSA). The goal was to separate the core driver from the interfacing app. They are grouped under "Software components" (eg. Audio and Video drivers released post-2018) * [[List of Bluetooth profiles|Bluetooth Profiles]]: Those are listed under "Bluetooth Virtual Devices" and aren't normally visible. Showing as "Bluetooth Peripheral Device" if no drivers are present. * Other devices: This is not a category but a section where devices with missing drivers are grouped. ==Driverquery command== {{Infobox software | name = driverquery | logo = | screenshot = | screenshot size = | caption = | developer = [[Microsoft]] | released = | latest release version = | latest release date = | operating system = [[Microsoft Windows]] | genre = [[Command (computing)|Command]] | license = [[Proprietary software|Proprietary]] [[commercial software]] | website = {{URL|https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/driverquery}} }} The <code>driverquery</code><ref name="driverquery">{{Cite web |url=https://technet.microsoft.com/en-us/library/bb490896.aspx |title=Driverquery |work=[[Microsoft TechNet|TechNet]] |publisher=[[Microsoft]] |access-date=March 12, 2015 }}</ref> [[cmd.exe|command-line]] program generates lists of installed devices and drivers, similar to the Device Manager's output, which the user may view on-screen or redirect to a file. This is useful for note-taking and for reporting problems to remote third parties such as technical support personnel. The program has switches to control the output detail and format, including an <code>/fo</code> switch with <code>csv</code> parameter to generate output in [[comma-separated values]] format, suitable for importing into a [[spreadsheet]] application such as [[Microsoft Excel]].<ref name="vista_book">{{Cite book |title=Windows Vista Inside Out |url=https://archive.org/details/isbn_9780735622708 |url-access=registration |quote=isbn:0735622701. |first1=Ed |last1=Bott |first2=Carl |last2=Siechert |first3=Craig |last3=Stinson |year=2007 |isbn=978-0735622708 |publisher=Microsoft Press |page=[https://archive.org/details/isbn_9780735622708/page/157 157] }}</ref> ==See also== * [[Device driver]] * [[Microsoft Management Console]] * [[Troubleshooting]] * [[systeminfo]] * [[VxD]] ==References== {{Reflist}} ==External links== {{Wikibooks|Guide to Windows Commands}} *[https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/driverquery driverquery | Microsoft Docs] *[https://support.microsoft.com/en-us/kb/311272 The DevCon utility] {{Windows Components}} {{Windows commands}} [[Category:Windows components]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Infobox
(
edit
)
Template:Infobox software
(
edit
)
Template:Main other
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Sister project
(
edit
)
Template:Template other
(
edit
)
Template:Use mdy dates
(
edit
)
Template:Wikibooks
(
edit
)
Template:Windows Components
(
edit
)
Template:Windows commands
(
edit
)