Share via

Hyperx Cloud 3 Wirelesse's Not Working (Has built in drivers) Device status is "No drivers are installed for this device."

Anonymous
2025-06-22T20:33:10+00:00

🎧 HyperX Cloud III Wireless Not Detected as Audio Device (Windows 11 24H2) 📝 Summary of the Problem:

My HyperX Cloud III Wireless headset is detected partially — the volume scroll wheel works, but the headset does not show up as an audio playback device in Sound settings or Device Manager under "Sound, video and game controllers." Windows does not install any audio driver for the headset, and I cannot hear any audio output.


đź’Ą Error Message:

When trying to manually install a driver via Device Manager:

“Windows encountered a problem installing the drivers for your device.”
“The system cannot find the file specified.”


🖥️ System Information:

  • OS: Windows 11 Home 24H2
  • Build: 26100.3194
  • System Type: x64-based PC
  • Audio Driver Installed: Realtek (for analog, not USB audio)
  • Device: HyperX Cloud III Wireless (USB dongle)
  • Dongle VID/PID: USB\VID_03F0&PID_05B7&MI_00

🧪 What I’ve Already Tried:

  • Plugged into multiple rear USB ports (not front panel)
  • Enabled “Show hidden devices” in Device Manager
  • Tried manually updating the driver using wdma_usb.inf
  • Verified usbaudio2.sys exists in C:\Windows\System32\drivers
  • Ran sfc /scannow and DISM /restorehealth
  • Installed Realtek drivers (doesn’t apply to USB audio)
  • Confirmed services like AudioSrv, AudioEndpointBuilder, MMCSS are running
  • Tried HyperX NGENUITY (MS Store does not work)
  • Confirmed the headset works on another PC

📸 Screenshot:

(Attach your Device Manager screenshot with the âť— device showing the error)
(Or include your previous image showing "device has no drivers installed")


âť“ Request:

Can anyone help me:

  • Force Windows to recognize this USB headset as an audio output device?
  • Repair or reset whatever is preventing the USB Audio Class driver from binding?

Thank you in advance 🙏

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-06-23T03:38:29+00:00

    Manually bind the generic USB audio driver:

    • Open Device Manager → right-click the problematic device.
    • Choose “Update driver” → “Browse my computer.”
    • Select “Let me pick from a list of available drivers.”
    • Check “Show compatible hardware” and choose USB Audio Device or USB Audio Class 2.0.
    • Install and reboot. For this part, I got this error "Windows encountered a problem installing the drivers for your device."The rest of them did not work, and I was not able to find a HyperX firmware updater. I didn't mention this before, but my PC is tweaked, which may have something to do with it. I tried going through and installing the drivers, but I don't think they are downloading because it said around 2 minutes to download. Still, in a few seconds this message pops up "Installing drivers (Need Help?) and when I try clicking it, nothing happens, so that may be a key reason.
    0 comments No comments
  2. Anonymous
    2025-06-23T03:17:48+00:00

    Hello Jacob,

    Here are some suggested solutions:

    Manually bind the generic USB audio driver:

    • Open Device Manager → right-click the problematic device.
    • Choose “Update driver” → “Browse my computer.”
    • Select “Let me pick from a list of available drivers.”
    • Check “Show compatible hardware” and choose USB Audio Device or USB Audio Class 2.0.
    • Install and reboot.

    Try an older usbaudio.sys driver:

    • Navigate to:  C:\Windows\System32\DriverStore\FileRepository\  and locate a folder with usbaudio.inf.
    • Manually install the driver from there.

    Use PowerShell to restart audio services:

    Get-PnpDevice -PresentOnly | Where-Object { $_.FriendlyName -like "*HyperX*" }
    Restart-Service -Name AudioSrv
    Restart-Service -Name AudioEndpointBuilder
    

    Use HyperX firmware updater (not NGENUITY from MS Store):

    • Download a standalone firmware update tool from HyperX’s official website.
    • Sometimes a firmware update helps with USB recognition.

    Use USBDeview to remove stale USB entries:

    • Download USBDeview from NirSoft.
    • Uninstall all entries related to HyperX or VID_03F0.
    • Replug the USB dongle after cleanup.

    Best regards.

    Vivian | Microsoft Community Support Specialist

    0 comments No comments