Share via

USB NOT RECOGNIZED

Omid Ahmad fayez 0 Reputation points
2026-05-30T06:45:03.2966667+00:00

Windows 11 does not recognize my USB hard drive, the command prompt is " access denied"

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 889.2K Reputation points Independent Advisor
    2026-05-30T07:20:13.5+00:00

    Connect that USB drive to your PC.

    Right click your Start Button and open Disk Management.

    Expand the bottom pane in Disk Management so all drives and partitions are visible in that pane.

    Please provide a screenshot of that Disk Management pane.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-30T06:45:23.01+00:00

    Follow these steps to troubleshoot a USB hard drive that is not recognized and shows “access denied” in Windows 11:

    1. Test the USB hardware path
      1. Connect the USB hard drive to a different USB port on the same PC (preferably a USB 2.0 port if available).
      2. If possible, try a different USB cable and, if the drive is externally powered, verify the power adapter.
      3. Test the drive on another computer. If it also fails there, the drive or enclosure may be faulty.
    2. Check for Group Policy write protection (common in managed or domain-joined PCs) If the PC is joined to a domain or managed by an organization, USB access may be restricted by policy and can cause access denied errors.
      1. Open Command Prompt as Administrator.
      2. Run:
              gpresult /h gp-report.html
        
      3. Open gp-report.html and review: Computer Configuration > Administrative Templates > System > Removable Storage Access.
      4. Look for settings such as Removable Disks: Deny write access.
        • Set them to Not configured or Disabled in the domain GPO.
        • If this is controlled by the organization, contact the domain/IT administrator to change these settings.
      5. On the client, run:
              gpupdate /force
        
      6. Reconnect the USB drive and test access again.
    3. If the drive is seen but cannot be ejected or is “in use” If Windows reports the drive is in use or access is blocked by a process, a handle may be held open by an application or service.
      1. Download and run Process Explorer from the Sysinternals site.
      2. In Process Explorer, select Find > Find Handle or DLL.
      3. Enter the drive letter of the USB drive (for example, E:) and search.
      4. Identify the process holding a handle to that drive.
      5. In the lower pane (Ctrl+H), right-click the handle that points to the USB drive and select Close Handle.
      6. Safely remove and reconnect the drive, then test access.
    4. If the drive is used with BitLocker or BitLocker To Go On older systems, unexpected shutdowns or unplugging a BitLocker-protected USB drive without ejecting could cause mounting issues. If this drive was previously used with BitLocker on another PC and is now failing, ensure it is cleanly unlocked and not in a dirty or corrupted state before use.
    5. If the drive is used as part of Storage Spaces If the USB drive is part of a Storage Spaces pool, it may not appear as a normal volume in File Explorer and may be treated differently by Windows. In that case, manage it via Settings > System > Storage > Storage Spaces and ensure the enclosure presents the disk as a fixed disk, not removable.

    If the problem persists after these steps, collect details (Windows version, exact error messages, screenshots, and whether the drive works on another PC) and contact support or the device/PC vendor for further diagnostics.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.