Your PC making sounds out of nowhere is one of those problems that sounds trivial until it isn't. Random chimes at 2am, a high-pitched whine under load, a click that happens every 30 seconds. Half the advice you'll find online tells you to reinstall Windows or buy a new PSU before you've even figured out what's actually happening. This guide cuts through that. We'll work out whether it's software, a dodgy USB connection or genuine hardware trouble, and fix it in the right order.
TL;DR
A PC making sounds is usually caused by Windows event sounds, a tray app notification, a USB device stuck in a connect/disconnect loop, or physical hardware like a fan or coil whine. Mute your speakers first to split software from hardware, then work through the solutions below in order.
Key Takeaways
- Muting your speakers is the fastest way to tell if your PC making sounds is a software issue or physical hardware.
- USB connect/disconnect loops from a flaky cable or hub are one of the most common causes of random Windows chimes.
- Windows event sounds like Device Connect and Default Beep can be silenced in under two minutes via the Sound control panel.
- Clicking or grinding from inside the case is a hardware warning. Don't ignore it.
- A clean boot via msconfig is the most reliable way to catch a rogue tray app causing the noise.
At a Glance
- Difficulty: Easy to Medium
- Time Required: 15 to 30 mins
- Success Rate: 75% of users fix this without touching hardware
What Causes a PC Making Sounds?
The frustrating thing about a PC making sounds is that the causes span from completely harmless to genuinely urgent, and they can feel identical from across the room. So before you pull the case apart or start reinstalling drivers, it's worth understanding what's actually on the suspect list.
Windows itself generates quite a few sounds by default. The device connect and disconnect chimes, the Default Beep, the Asterisk alert tone. These get triggered by system events, and they fire even when nothing visible happens on screen. A USB device briefly losing power, a Bluetooth adapter re-initialising, a network adapter dropping and reconnecting. All of these can trigger a Windows notification sound without any popup appearing. Most people assume something is wrong with the machine when actually Windows is just doing its job and telling you about it, loudly.
Background apps are the second big culprit. Chat apps like Teams, Discord or Slack, sync utilities, RGB lighting software, antivirus tools, gaming launchers. Any of these can push a notification sound even when minimised to the tray. The tricky part is that the sound often comes through your speakers rather than showing any visual alert, so you hear a chime and see nothing. That's by design in most of these apps, which makes it genuinely annoying to track down.
USB loops are worth calling out separately because they're so common and so often misdiagnosed. A dodgy USB hub, a fraying cable, or a port that's slightly loose can cause a device to disconnect and reconnect every few seconds or minutes. Windows plays the device connect and disconnect sound each time. You end up hearing a double-chime on a loop. People often assume it's a notification or a virus when it's actually a three-quid USB cable that needs replacing.
Then there's actual physical noise. Fan bearings wearing out produce a grinding or rattling sound that gets worse under load. Coil whine from a GPU or PSU is a high-pitched electronic squeal that typically appears when the system is under heavy graphics load. A loose cable touching a spinning fan produces a rhythmic clicking or buzzing. And a failing hard drive, particularly an older spinning-platter HDD, will often click or clunk before it dies. That last one is the one you really don't want to ignore. If you're hearing clicking from inside the case, back up your data now, before you do anything else. As Tom's Hardware explains in their coil whine breakdown, not all physical PC sounds are dangerous, but some absolutely are.
PC Making Sounds: Quick Fix
Start here. This takes five minutes and covers the most common causes. No tools needed.
Identify the Sound Type and Kill the Obvious Culprits Easy
- Mute your speakers or plug in headphones
This is step zero. If the sound stops completely when audio is muted, it's coming from Windows or an app. If you can still hear it from the chassis with audio muted, it's physical hardware. Everything else follows from this. - Unplug nonessential USB devices
Pull out everything you don't need right now: hubs, webcams, printers, external drives, game controllers. Leave just the keyboard and mouse. If the chiming stops, reconnect devices one at a time until it comes back. The last thing you plugged in is your culprit. Try a different USB port or cable before assuming the device itself is broken. - Silence Windows event sounds
Right-click the speaker icon in the system tray and choose Sounds, or go to Control Panel and open Sound. Click the Sounds tab. Scroll through the Program Events list and find Device Connect, Device Disconnect, Default Beep and Asterisk. Set each one to None using the dropdown. Click Apply. This alone fixes a huge percentage of random chime complaints. - Close tray apps
Click the up arrow in the taskbar to show hidden tray icons. Right-click and close anything you don't recognise or don't actively need: Discord, Teams, Slack, OneDrive, gaming launchers, RGB software, antivirus popups. If the sound stops after closing a specific app, you've found it.
More PC Making Sounds Solutions
The quick fixes didn't crack it? These intermediate steps cover driver issues, startup app conflicts and more persistent USB problems. Budget around 20 to 30 minutes.
Use Event Viewer to Match the Sound to a Cause Medium
- Open Event Viewer
PressWin + R, typeeventvwr.mscand press Enter. In the left panel, expand Windows Logs and click System. - Filter by time
Next time your PC makes the sound, note the exact time. Come back to Event Viewer and look for warnings or errors logged at that moment. Common culprits include entries from kernel-pnp (USB device events), Netwtw or WiFi adapters, or audio-related services. As HowToGeek's Event Viewer guide explains, matching timestamps to events is the most reliable way to identify the source of intermittent sounds. - Act on what you find
If you see repeated USB device removal events, check your cables and ports. If you see audio service restarts, your audio driver is probably unstable. If you see nothing at all, the sound is almost certainly coming from a user-space app rather than a system event.
Disable Startup Items and Update Drivers Medium
- Disable suspicious startup apps
Open Task Manager withCtrl + Shift + Esc. Click the Startup apps tab (or Startup in older Windows versions). Look for tray utilities, vendor software, audio enhancers, gaming overlays and anything you don't recognise. Right-click and disable them. Reboot and see if the sound returns. - Update your audio driver properly
Don't just let Windows Update handle this. Go to your motherboard manufacturer's support page (Asus, MSI, Gigabyte, ASRock, etc.) and download the audio driver package directly. For laptops, go to the laptop manufacturer's support page instead. Uninstall the existing audio driver from Device Manager first, then install the fresh package. This one often needs a second reboot before it fully takes effect, so don't panic if it doesn't seem to change anything immediately. - Update chipset and USB drivers
While you're on the manufacturer's page, grab the chipset and USB controller drivers too. Outdated chipset drivers are a surprisingly common cause of USB enumeration loops, which is what produces that repeating connect/disconnect chime. Install chipset drivers before USB drivers if you're doing both.
Advanced PC Making Sounds Fixes
These steps are for cases where the sound is still happening after everything above, or where you suspect a deeper driver conflict or actual hardware fault. Take your time with these.
Clean Boot to Isolate the Culprit Advanced
- Open msconfig
PressWin + R, typemsconfigand press Enter. Go to the Services tab. Tick Hide all Microsoft services at the bottom, then click Disable all. This leaves Windows running but strips out every third-party service. - Disable startup apps
Switch to the Startup tab and click Open Task Manager. Disable every item in the list. Close Task Manager, click OK in msconfig and reboot. - Test in clean boot state
Use the PC normally for a while. If the sound is gone, a third-party service or startup app was causing it. If it's still happening, it's either a Windows service or hardware. - Re-enable in batches
Go back to msconfig, re-enable half the services, reboot, test. Keep halving the field until the sound comes back. The last batch you enabled contains the culprit. Then narrow it down within that batch. This is tedious but it works.
Inspect Hardware for Physical Noise Sources Advanced
- Confirm it's physical first
You already muted your speakers in step one. If the sound is definitely coming from inside the case, this is where you need to be. Don't skip straight to opening the PC without confirming this. - Check fans and cable clearance
With the PC running (carefully), open the side panel. Listen near each fan: CPU cooler, case fans, GPU fans. A rhythmic clicking or buzzing usually means a cable is catching a fan blade. Tuck cables away from fan paths using zip ties. A grinding or rattling sound from a fan itself means the bearing is failing and the fan needs replacing. - Check storage drives
Clicking or clunking from a spinning hard drive is a serious warning sign. Back up immediately. Run a SMART check using a free tool like CrystalDiskInfo to see the drive's health status. SSDs don't click, so if you hear clicking and you only have SSDs, look elsewhere. - Identify coil whine
A high-pitched whine that appears under GPU load and goes away at idle is almost certainly coil whine from the GPU or PSU. It's generally harmless but annoying. You can reduce GPU coil whine by capping your frame rate in the GPU control panel (Nvidia Control Panel or AMD Software) to stop the GPU running flat-out when it doesn't need to. PSU coil whine is harder to address and sometimes requires a PSU replacement if it's severe. - Update BIOS if relevant
If you've had fan ramping issues or USB instability that's causing the sound, check your motherboard manufacturer's site for a BIOS update. BIOS updates sometimes include fixes for fan control behaviour and USB controller stability. Only do this if you're comfortable with the process and follow the manufacturer's instructions exactly.
Run a Malware Scan as a Last Resort Medium
- Run Windows Defender full scan
Open Windows Security, go to Virus and threat protection, click Scan options and choose Full scan. Let it run completely. - Add a second opinion
Some malware can cause USB enumeration loops or trigger audio events as a side effect. If Defender finds nothing but the problem persists, run a second-opinion scan with Malwarebytes Free. It catches things Defender occasionally misses, particularly adware and PUPs that can interfere with system audio behaviour. If you want to understand how different tools compare, AV-TEST's independent lab results are the most reliable benchmark for this.
If you're dealing with a more serious infection alongside the sound issues, our malware removal guide for Windows covers the full clean-up process. And if your audio driver keeps corrupting itself after reinstalls, that sometimes points to a deeper Windows issue, which our Windows audio troubleshooting guide addresses in more detail.
If you've worked through these steps and your PC is still making sounds you can't identify, our remote support team can connect directly to your machine, run the diagnostic tools in real time and pinpoint whether it's a software conflict, a driver issue or something that needs hands-on attention. Most sound-related software faults are fixed in a single session.
Get remote helpPreventing Your PC Making Sounds
Most of these problems are repeatable, which means they're also preventable. Here's what actually makes a difference, in rough order of importance.
Keep drivers current, but get them from the right place. Windows Update gives you generic drivers. Your motherboard or laptop manufacturer's support page gives you the proper ones, tuned for your hardware. The difference matters most for audio, chipset and USB controllers. Check the manufacturer's page every few months, or set a reminder after major Windows updates since those can silently downgrade drivers.
Recheck the sound scheme after Windows updates. This is a genuine gotcha. Major Windows feature updates (the twice-yearly ones) have a habit of resetting your sound scheme back to defaults, which re-enables all the event sounds you turned off. Takes 30 seconds to check and saves a lot of confusion.
Trim your tray. Every app sitting in the system tray is a potential source of notification sounds. If you don't actively use it, close it or remove it from startup. RGB software, gaming overlays, manufacturer utilities, old printer software. Most of it is running for no good reason.
Don't ignore new physical sounds. A fan that starts making noise, a drive that starts clicking, a whine that appears under load. These are early warnings. Catching a failing drive early means you can back up before it dies. Catching a fan before the bearing seizes means a cheap fix rather than an overheating incident. For more on keeping your hardware in good shape, our PC overheating guide covers airflow and cooling maintenance in detail.
Replace dodgy USB cables and hubs. Cheap USB hubs and fraying cables cause more random chiming than most people realise. If a device keeps triggering connect/disconnect sounds, try a different cable before assuming the device or port is broken. A two-pound cable fix beats an hour of driver troubleshooting.
The Microsoft support page for Windows sound settings is also worth bookmarking if you want a reference for all the available event sound options.
PC Making Sounds: Summary
A PC making sounds is almost always fixable once you know where to look. The mute test splits the problem in two: software or hardware. From there, USB loops and Windows event sounds cover the majority of cases and both take minutes to fix. Tray apps and driver conflicts account for most of the rest. Physical hardware noise, whether it's coil whine, a dying fan or a clicking drive, is less common but more important to catch early. Work through the solutions in order, don't skip straight to the advanced steps, and you'll have it sorted.


