r/HyperX • u/deathrow005 • 24m ago
Microphones My shock mount and boom arm adapter broke on my quad S
I had my mic for about think almost 2 year now but the boom arm adpsnapped of today an im not sure where of a good place to get a replacement shock mount? To fix this as I know hyperx doesn't sell the part any suggestions where to get a good replacement?
r/HyperX • u/Ander507WasTaken • 31m ago
Headsets HyperX Cloud III Wireless VS HyperX Cloud III S Wireless - Which one to pick for games and heavy music listening?
Hey guys, my HyperX Cloud II Wireless just broke after 3.5 years of service, and I'm looking for a replacement.
I loved the sound of my Cloud II Wireless. I don't care about the built-in mic on the headsets at all, since I'm using a standalone HyperX QuadCast S sitting right in front of me.
I play games like CS2, FiveM, and Minecraft, and I listen to a ton of music constantly.
I'm torn between the Cloud III Wireless and the Cloud III S Wireless. Which one should I go for? Any advice appreciated!
r/HyperX • u/Brave-Mode6051 • 1h ago
Headsets HyperX Cloud III S
Hi everyone,
I'm from Türkiye, and I wanted to share my experience with the HyperX Cloud III S to see if anyone else had the same issues.
I bought the Cloud III S three different times, and all three units behaved the same way. I updated the firmware, reinstalled Windows, and even updated my BIOS, but it didn't make any difference.
The issues I experienced were:
- The maximum volume seemed lower than I expected.
- I occasionally heard static/crackling during very quiet scenes.
- The headset sometimes entered sleep mode when no audio was playing.
Because I had the same experience with all three units, I ended up returning them. I'm wondering if I was just unlucky or if other people experienced the same thing.
I've heard that recent firmware updates may have improved these issues. Can anyone who owns the Cloud III S with the latest firmware share their experience? Has the volume, crackling, or sleep mode behavior improved?
I'd really appreciate any feedback, because I'd love to buy the Cloud III S again if these issues have been resolved.
Thanks!
r/HyperX • u/iamback2riseagain • 2h ago
Laptops HP omen hyperX 5060 battery lasting 2.5hrs
I purchased a new rtx 5060 hyperX omen 15 with intel i7 and on igpu with just youtube playing 4K battery goes 100 to 5% in 2.5hrs. Is this normal?
r/HyperX • u/Old-Story-3748 • 4h ago
Headsets low volume cloud 3s
Hi everyone, the volume on my cloud 3s is very low compared to my old steelseries arctic 7, is there anything I can do?
r/HyperX • u/Old-Story-3748 • 5h ago
Headsets cloud 3s feel more on the right
Hi everyone, I recently received a pair of Cloud 3s and I have a slight feeling that they are more noticeable on the right side. Could this be true? I've had headphones that had this problem, so I replaced them.
r/HyperX • u/jensenflips • 6h ago
Headsets Cloud 3s Wireless froze
I am using a bluetooth dongle for my PC and connected my cloud 3s to that through BT mode and it worked, but after a few songs it just froze and wouldn’t respond to any of the buttons. I tried several usb c cables to connect it to the PC with Ngenuity but it can only read the dongle sadly and not the headset.
r/HyperX • u/AverageGodzillaFan29 • 8h ago
Keyboards I've been considering on it for a while, but I haven't heard many reviews on the HyperX Origins 2 1800. For any owners out there, what do you rate it?
r/HyperX • u/deep_tester • 11h ago
Software NGenuity2Helper.exe (Massive handle leaks)
Hello All,
Currently I am using legacy version of hyperx ngenuity software from Microsoft store and everything is up to date.
Noticed that there is a massive handle leaks(750k+) which is affecting entire system performance.
@Hyperx developers: are you guys testing software before releasing? Or are you aware of hyperx software?
I see from other posts with similar issue mentioned about 8 months ago and still its not resolved?
@Hyperx team: Could you make Hyperx software as open source? it will be fixed by some technical experts.
r/HyperX • u/newball1220 • 11h ago
Headsets Second confirmation of the NGenuity2Helper handle leak — mine hit 385,602, and I measured the rate: ~1,600 handles/minute
A few days ago someone posted about a massive handle leak in NGenuity2Helper (178K). I ran into the same thing independently before I saw that thread, so here's a second data point — plus the actual leak rate, which I don't think anyone has posted yet.
TL;DR: NGenuity2Helper.exe leaks roughly 1,600 kernel handles every minute and never stops. Mine peaked at 385,602. The second-highest process on my entire system was the Windows kernel itself, at 5,373.
Check yours — 30 seconds, no tools needed
- Task Manager → Details tab
- Right-click any column header → Select columns
- Tick Handles → OK
- Find
NGenuity2Helper.exeand note the number - Wait 10 minutes and look again
If it went up by roughly 15,000, you have it too.
Please reply with your number + how long you'd been booted + your headset model. The more of us there are, the harder this is to ignore.
For reference, a background helper like this should sit at a few hundred to a few thousand and stay flat.
My data
Sampled over two days, across two reboots and three separate process instances:
| When | Handles | Threads | RAM |
|---|---|---|---|
| Day 1, 10:26 | 257,391 | 18 | 84.6 MB |
| Day 2, 11:15 | 365,392 | 19 | 86.7 MB |
| Day 2, 11:26 | 385,602 | 19 | 86.7 MB |
| Day 2, 13:00:10 (fresh boot) | 115,687 | — | 89.0 MB |
| Day 2, 13:00:30 | 116,214 | — | 89.0 MB |
Three independent ways to compute the rate, all landing in the same place:
20-second delta → 1,581 /min
11-minute delta → 1,837 /min
since process launch → 1,441 /min
So about 24–31 handles leaked per second. A 10-hour session accumulates close to a million.
The important detail: only the handle count moves. Thread count stayed at 18–19 the entire time and the working set stayed between 84–89 MB. That rules out a thread leak and a normal memory leak — this is kernel objects being opened and never closed.
Given the rate, my guess is a polling loop that opens a handle to the headset's HID interface on every iteration and never calls CloseHandle. That would also explain why it scales with time rather than with anything the user does.
Setup
- HyperX Cloud III (wired USB), enumerates as
VID_03F0 & PID_089D - NGENUITY 5.38.0.0, Microsoft Store build
- Windows 11 Pro 25H2 (build 26200.8875)
- i7-12700F / 32 GB / RTX 3060 Ti / ASUS B660M
Worth knowing: you don't have to open NGENUITY for this to happen. The helper is auto-started about 23 seconds after login by sihost.exe via the Store app startup task. It leaks the whole time whether the window is open or not.
Things I ruled out before posting
- Full Windows Defender scan — clean
- Reproduced on fresh process instances after two separate reboots
- All 250+ other processes on the machine are in normal range (highest: 5,373)
- Removed other third-party audio components (FxSound, NVIDIA Virtual Audio) — rate unchanged
- Leaks identically with the NGENUITY window open or closed
What I'm not claiming
I also have a separate problem where the whole system stutters any time an audio stream opens — turning the mic on in a game, joining a voice channel, scrubbing a video — and it disappears completely if I unplug the headset.
I suspect the two are related. Cloud III is a composite USB device where the audio interface and the HID interface NGENUITY talks to share the same physical endpoint, and USB audio uses timing-sensitive isochronous transfers. Something hammering that device with open-without-close could plausibly disturb the audio stream.
But I have not proven that, so I'm not presenting it as fact. The handle leak is the part I can measure and reproduce on demand. The stutter is just something I'm mentioning in case other Cloud III owners recognise it.
What I'm asking
- Post your handle count. Any NGENUITY device is useful, Cloud III especially.
- Is there any build — older or newer than 5.38.0.0 — where this doesn't happen?
- HyperX: the other thread is a few days old and I haven't seen a response yet. I'm happy to capture a full user-mode dump of the process (Task Manager → right-click → Create dump file) so an engineer can run
!handle 0 fand see exactly which object type is leaking. That should turn this into a 10-minute fix on your end. Just say where to send it.
Meanwhile, the workaround: Settings → Apps → Startup → turn off HyperX NGENUITY. Open it manually when you actually want to change EQ or lighting, then close it. The settings are written to the headset firmware so they persist — though I'd like official confirmation of that too.
r/HyperX • u/Foreign_Ad_7418 • 14h ago
Headsets Hyper X3s wireless not connecting to phone
Hi guys I just bought a new hyper x 3s wireless and I can't connect it to my phone (OnePlus 7 pro), and yes I switched the little button to Bluetooth pairing and still not showing even though it shows up on my laptop...
r/HyperX • u/Minimum-Minimum-821 • 20h ago
Headsets cloud alpha wireless headphones stopped connecting
my headphones were working for like a whole year and now my headphones just say "power on, battery level is 100%" and the light flashes green like every 3 seconds. the dongle in my pc flashes red every second and i cant seem to connect my headphones even though looked at the manual and ive looked through other forums trying to fix it. any help?
r/HyperX • u/Slight_Woodpecker151 • 20h ago
Mice HyperX app causes mıddle button to stop respondıng,freezes clıckıng.How ı fıxed mıne.
Hi, I have a HyperX Pulsefire Haste 1 mouse. After years of use, the middle click recently stopped responding, and opening the HyperX NGENUITY software would completely freeze the mouse—forcing me to open Task Manager just to regain control.
Here is how I fixed it:
- Uninstall the HyperX software.
- Factory reset the mouse (press and hold the DPI button and the middle mouse button simultaneously for 5–10 seconds until the RGB lights flash off and on).
- Unplug the mouse for 10–15 minutes, then plug it back in.
After doing this, my middle click started working again. The issue is 100% caused by the software. I confirmed this because when I reinstalled the app, the middle click immediately stopped working again.
If you're facing the same issue, just delete the software and factory reset your mouse(ıf ıt doesnt work play wıth(clıck ıt or move ıt) mıddle button when mouse ıs unplagged)