Skip to content
Follow
Windows

How to Scan for Hardware Changes in Windows 11

Richard
Written by
Richard
Feb 16, 2026 Updated Jul 12, 2026 2 min read
How to Scan for Hardware Changes in Windows 11
How to Scan for Hardware Changes in Windows 11

Sometimes when you plug in a new device (like a printer or USB drive), your computer doesn’t notice it right away. This guide will show you simple ways to tell Windows to look for new hardware so it can work properly.

⚡ Quick Answer

Open Device Manager by pressing Windows key + R, typing devmgmt.msc, and pressing Enter. Then, click the “Scan for hardware changes” button in the toolbar or select Action > Scan for hardware changes. Alternatively, run the command pnputil /scan-devices in Windows Terminal.

Why Scan for Hardware Changes?

  • If Windows doesn’t automatically detect your new device, scanning helps your computer find it.
  • It allows Windows to install the right drivers (software that helps your device work).
  • It can also find some older devices that don’t tell Windows when they’re connected.
📝Important
You need to be signed into your computer as an administrator to do this.

Method 1Use Device Manager to Scan for Hardware Changes

Step 1: Open Device Manager:

  • Press Windows key + R on your keyboard.
  • Type devmgmt.msc and press Enter.

Step 2: In Device Manager, do one of the following:

  • Click the Scan for hardware changes button in the toolbar (it looks like a computer with a magnifying glass).
  • Or, click on the top device name (like your PC name), then click Action in the menu bar, and select Scan for hardware changes.

Here’s what it looks like:

Scan for hardware changes button in Device Manager
Click the Scan for hardware changes button
Scan for hardware changes option under Action menu
Or use the Action menu to scan

Method 2Use a Command in Windows Terminal

If you like using commands, you can do this:

Step 1: Open Windows Terminal as an administrator:

  • Right-click the Start button and select Windows Terminal (Admin).
  • If prompted by User Account Control, click Yes.

Step 2: In the terminal window, type or copy-paste this command and press Enter:

💻Code
pnputil /scan-devices

This command tells Windows to scan for new devices and install drivers if needed.

Step 3: When it finishes, you can close Windows Terminal.

Command to scan for hardware changes in Windows Terminal
Running pnputil /scan-devices in Windows Terminal

Learn more about this command on the official Microsoft page: PnPUtil Command Syntax – Microsoft Docs


Summary

To make sure your Windows 10 or 11 PC recognizes new hardware:

  • Use Device Manager’s Scan for hardware changes button or menu.
  • Or run the pnputil /scan-devices command in Windows Terminal (Admin).
  • You must be signed in as an administrator to do these.
  • These steps help Windows find and set up new devices without you needing to restart.

By following these easy steps, you can fix hardware detection problems quickly and keep your devices working smoothly.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Open Windows Terminal Automatically When You Start Windows 11
Windows How to Open Windows Terminal Automatically When You Start Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *