How to Block USB Drives on Company Computers (2026 Guide)

Published March 31, 2026 · 8 min read

A single unauthorized USB flash drive can exfiltrate gigabytes of customer data in under a minute. It can also introduce ransomware that cripples your entire network. For IT administrators and managed service providers, controlling USB storage access isn't optional anymore — it's a baseline security requirement.

This guide walks through every practical method for blocking USB drives on company computers, from built-in Windows tools to dedicated endpoint solutions. We'll cover what works, what breaks, and what scales.

Why Blocking USB Drives Matters More Than Ever

USB-based threats have evolved well beyond the "lost flash drive in the parking lot" scenario. Today's risks include:

The common thread: if you can't control what plugs into your endpoints, you can't control what leaves them.

Method 1: Windows Group Policy (GPO)

Group Policy is the first tool most admins reach for. It's free, built into Active Directory, and well-documented.

How to Set It Up

  1. Open gpedit.msc or the Group Policy Management Console.
  2. Navigate to Computer Configuration → Administrative Templates → System → Removable Storage Access.
  3. Enable "Removable Disks: Deny read access" and "Removable Disks: Deny write access".
  4. Link the GPO to the appropriate OU and run gpupdate /force on target machines.

Where GPO Falls Short

GPO works for basic blocking, but it hits walls quickly in real-world environments:

Method 2: Registry Edits

For workgroup environments without Active Directory, you can block USB storage via the registry:

reg add HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 /f

Setting the Start value to 4 disables the USB mass storage driver entirely. Set it back to 3 to re-enable.

This is a blunt instrument. It blocks every USB storage device with no exceptions, no logging, and no way to manage it at scale. It's suitable for a handful of kiosk machines, not a fleet of endpoints.

Method 3: Microsoft Intune / Endpoint Manager

If your organization uses Microsoft 365 E5 or Intune standalone licenses, you can configure device control policies through the Endpoint Manager portal:

Intune offers more granularity than GPO, including device-level allow/deny by vendor ID and product ID. However, it requires premium Microsoft licensing, only covers Intune-enrolled Windows and macOS devices, and the configuration process involves multiple policy layers that can be difficult to troubleshoot.

Method 4: Dedicated USB Device Control Software

For organizations that need USB blocking without the complexity of GPO management or the cost of enterprise Microsoft licensing, purpose-built USB device control tools offer the best balance of security, visibility, and simplicity.

This is where tools like PortGuard fit in. A dedicated USB device control solution provides:

Choosing the Right Approach for Your Environment

Here's a practical decision framework:

Implementation Best Practices

Regardless of which method you choose, these practices will make your USB blocking rollout smoother:

1. Start in Audit Mode

Don't block everything on day one. Run in monitor-only mode for two weeks to discover which USB devices are actually being used, by whom, and for what purpose. This prevents the help desk from drowning in "my keyboard stopped working" tickets.

2. Build an Approved Device List

Identify the USB storage devices that are legitimately needed — encrypted drives issued by IT, specific backup devices, hardware security keys. Whitelist these by serial number before enabling enforcement.

3. Communicate the Policy

Send a clear, non-technical email to all staff explaining what's changing, why, and what they should do if they need an exception. Most resistance comes from surprise, not the policy itself.

4. Plan for Exceptions

Some roles genuinely need USB access — field technicians, AV teams, developers testing hardware. Build an exception request process that's fast enough that people use it instead of working around it.

5. Monitor Continuously

Blocking USB drives is not a set-and-forget task. Review USB activity logs regularly to catch policy drift, new device types, and potential evasion attempts.

What About USB Keyboards, Mice, and Printers?

A common concern: "If I block USB drives, will it break keyboards and mice?" The answer depends on your method:

The Bottom Line

Blocking USB drives on company computers is a solved problem in 2026. The real question isn't whether to do it, but how much visibility and control you need.

If you just need basic blocking on a handful of machines, GPO gets the job done. If you need granular whitelisting, a complete audit trail, and centralized management across dozens or hundreds of endpoints, a purpose-built solution will save you significant time and close gaps that GPO can't.

Ready to Control USB Access Across Your Fleet?

PortGuard gives you real-time USB device control with granular whitelisting, audit logging, and a lightweight Windows agent. Set up takes less than 10 minutes.

Start Your Free Trial at portguard.tech

Have questions about USB device management for your environment? Reach out to our team — we're happy to help you evaluate the right approach.