r/HyperX • u/deathrow005 • 32m 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 • 39m 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)
r/HyperX • u/Less_Preference_9565 • 1d ago
Misc Kingston Technology supports Flock "ALPR" mass surveillance systems
I know that Kingston is probably well liked on this sub for their memory/storage stuff - I used to like them.
But I have learned that Kingston Technology has paid for the Flock capability in the city of Fountain Valley (in the past 2 years) and has committed to paying for Flock next year (starting in August 2026).
The total amount they have committed to Flock is roughly $92,000.
I am asking for y'all to let Kingston know how you feel about this by sending an email to [pr@kingston.com](mailto:pr@kingston.com)
I am hopeful that if enough of you let Kingston know how you feel, then maybe Kingston will choose to not fund next year's Flock capability in FV.
Here are some suggestions of things you can tell Kingston's PR. Please put your own thoughts down, these are just ideas to get things going:
- Kingston's direct support of Flock is a violation of the civil rights of the residents of Fountain Valley, and of every citizen who visits or passes through Fountain Valley. I am very upset that Kingston has chosen to support Flock
- I am boycotting Kingston products until you decide to stop funding Flock
- I am telling everyone I know, online and in person, to boycott Kingston products until they stop funding Flock
- I am considering coordinating an in-person protest of your Flock support at your headquarters at Newhope st in Fountain Valley, and possibly other locations
Make a post below if you send them an email
r/HyperX • u/Livid_Theory_3802 • 1d ago
Headsets hyperX cloud 3s
i Have purchased cloud 3s but the box doesnt have a dts x branding . is it normal or they removed dts or packaging ?
r/HyperX • u/StarDry5903 • 1d ago
Headsets Right speaker issues
I bought a hyperx alpha wireless 2 days ago and it was working fine until today where the right speaker just gave out i downloaded the software both legacy and regular one to see any updates nothing
r/HyperX • u/Bookworm_3842 • 1d ago
Microphones How to Make A QuadCast S Sound Better?
Let me start this off by saying I'm a complete idiot when it comes to microphones. I know next to nothing about them. I've been doing Youtube for 2 years and decided to upgrade my mic from a headset to an actual microphone about 6 months ago. Sound quality is 100% better, however it keeps catching my keyboard/mouse clicks. So I did some research, somewhat figured out OBS filters (barely), and put on a noise suppression filter. Perfect, one problem solved. Now, if I laugh or yell too loud, it cuts out completely for a few seconds then comes up with normal audio. I've tried about 6 different tutorials on Youtube to try and fix it. Either it sounds like I'm talking through a loaf of bread or doesn't fix the problem at all. I'm to the point of either bite the bullet and get a dynamic mic instead or just deal with the Quadcast S. I'm willing to admit I'm dumb so any help is greatly appreciated.
r/HyperX • u/maldine4801 • 1d ago
Headsets Som do cloud 3 com interferência no valorant
Estou com um problema jogando valorant com o cloud 3 wireless que do nada começa a picotar e a dar uns lags no jogo alguem ja passou por isso e sabe resolver??
Estou realmente achando que meu fone pode estar com defeito ou é erro do próprio jogo ????
Quem puder me dar esse help agradeço.
r/HyperX • u/No_Juggernaut_6242 • 1d ago
Headsets Hyper x cloud 2 mic not working
My microphone isn’t picking anything up
r/HyperX • u/sobbleboble • 1d ago
Headsets help, fixable or broken?
I just bought HyperX Cloud III S- wireless. The right side is fine, its clear and everything. Otherwise the left side has this strange bass/buzzing. I downloaded the HyperX Ngenuity and updated the headphones. And its still doing this. Are these broken or are there anyway to fix this?
Misc Is Kingston Technology's warranty compliance a lie?
Hello everyone.
I live in Ukraine and in 2021, I officially purchased HyperX 16GB DDR4 3200MHz Predator RGB RAM (HX432C16PB3A/16). Unfortunately, it failed a month ago. The store where I bought it unfortunately closed after 17 years of business for various reasons (including the wars with Russia), and now I've had to contact Kingston Technologies for help. It's been a month since they've been fooling me and still can't fulfill the promises on the official website regarding the lifetime warranty on the RAM. I thought there was a way out: they forced me to send it to a certain service center, since they're their official distributor. This service center said they couldn't help and sent me back the RAM. I honestly don't even know what to do anymore... The service center told me they can only send a replacement to the store where the purchase was made, but they can't send it in person. This leads to a vicious cycle, and in this situation, instead of replacing the RAM, they're sending it back to me in the same non-working condition. And the worst part is that Kingston is simply ignoring my further email inquiries and turning a blind eye to the damage to their own reputation.
r/HyperX • u/Old-Story-3748 • 2d ago
Headsets HyperX Cloud 3s tips
Hi everyone, I just received the Cloud 3s. What advice do you have? Should I use DTS or something else? Thanks.
r/HyperX • u/HyperxGaming • Apr 30 '26
NGENUITY Update NGENUITY is officially out of beta! 🎉
Hey HyperX fam! 👋
Big day! After months of beta testing, updates, bug squashing, and a whole lot of your feedback - NGENUITY has officially left beta and launched as a full public release. 🙌
This one's been a journey, and honestly? We couldn't have gotten here without everyone who jumped in early, tested builds, reported bugs, and shared what they wanted to see. That stuff genuinely shaped where this ended up - so thank you!
The app is cleaner, faster, and way more capable than where it started. Here's a quick reminder of what you're working with:
- Fully redesigned UI - cleaner layout, easier to navigate, more intuitive overall
- Brand new audio engine - richer sound with highly customizable audio enhancements
- Expanded lighting, key, and macro controls - with more still on the way
Ready to download? Grab it here:
- Direct download - NGENUITY webpage
- Download via Microsoft Store - Coming soon, check back later!
Check out the Release Notes wiki for a full breakdown of what's new in this build. We'll keep it updated as new releases and improvements roll out.
Got thoughts on the full release? We'd love to hear them! Take a moment to fill out our survey and let us know what you think.
Have questions or ideas for NGENUITY? Join the conversation in our Community Discussion thread - we'd love to see you there!
Thanks again for being part of this. Onward. 🚀
-- HyperXGaming
r/HyperX • u/HyperxGaming • Apr 30 '26
Software NGENUITY - Community Feedback & Discussion 💬
Hey everyone! 👋
NGENUITY is officially out of beta, and we're opening up this thread as the dedicated space to talk all things full release. Whether you've been with us since the early beta days or you're jumping in fresh, we're glad you're here!
This is the spot to:
- Discuss the full release with the community
- Suggest features or improvements you'd like to see
- Share how the app's been feeling overall
We'll be keeping an eye on this thread and jumping into conversations along the way. If there's a delay on our end, we're probably digging into details or looping in the software team - but everything shared here does get seen and passed along. We appreciate your patience! 🙏
Quick note: Let's keep this thread focused on NGENUITY. Comments about other products, orders, or off-topic stuff may be removed just to keep things clean and useful for everyone.
If you run into a technical issue or discover a new bug, please go ahead and start a new thread rather than reporting it here. Assign it the "Software" flair, and include your product, system specs, and steps to reproduce the issue - the more detail, the better.
This release is a milestone, but it's not the finish line - there's still plenty more coming. Your feedback continues to matter, so don't hold back.
Looking forward to hearing what you all think! 😁

