UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 laptop on a desk showing a screen recording app with a black capture preview and error overlay
Fix It Yourself · Troubleshooting

Windows screen recorder not working

Updated 24 July 202614 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

In fifteen years of remote support, Windows screen recorder not working is one of the most consistent calls we take. And the frustrating thing is that the symptom varies wildly: sometimes it's a completely black preview, sometimes audio just vanishes, sometimes the footage plays back like a PowerPoint slideshow. But underneath all those different-looking problems, the actual causes repeat themselves almost every time. This guide walks through every one of them, in the order we'd tackle them ourselves.

TL;DR

If your Windows screen recorder not working, start with Windows privacy permissions (Settings > Privacy > Microphone / Camera), then check hardware acceleration settings, then update your graphics driver. Those three steps fix the majority of cases. If you're still stuck after that, the advanced section covers driver reinstalls and config resets.

⏱️ 13 min read ✅ 80% success rate 📅 Updated July 2026

Key Takeaways

  • Windows screen recorder not working is most often caused by privacy permissions, hardware acceleration conflicts, or an outdated graphics driver.
  • A black recording almost always points to a GPU acceleration conflict or DRM protection on the content being captured.
  • Missing microphone audio is nearly always a Windows privacy setting, not a hardware fault.
  • SimpleScreenRecorder is Linux-only and will not run on Windows. Use OBS Studio or Xbox Game Bar instead.
  • Lowering capture settings to 30 fps and 1080p fixes a large proportion of laggy or choppy recording problems without any driver work.

At a Glance

  • Difficulty: Easy to Medium
  • Time Required: 15 to 30 mins
  • Success Rate: Around 80% of users fixed with steps below

What Causes Windows Screen Recorder Not Working?

The root causes split into three broad buckets, and knowing which bucket you're in saves a lot of time. The first is permissions. Windows 10 and 11 both have privacy controls that can silently block an app from accessing your microphone, camera, or screen. These settings can also get quietly reset after a major Windows update, which is why recording suddenly stops working after an update that seemed unrelated.

The second bucket is graphics driver and hardware acceleration conflicts. Screen capture on Windows relies heavily on the GPU. When the driver is outdated, corrupted, or when hardware acceleration is fighting between the recorder and the app being captured, you get black screens, flickering, or the recorder simply refusing to start. This is especially common if you updated your GPU driver recently and recording broke immediately afterwards. It's also worth knowing that if you're seeing general Windows screen flickering outside of recording, that's a strong signal the driver is the culprit here too.

The third bucket is resource overload and misconfiguration. Trying to record at 60 fps and 4K on a mid-range laptop while Chrome, Spotify, and a video editor are all open in the background is a recipe for dropped frames. Similarly, having the wrong audio input device selected in the recorder (or in Windows Sound settings) produces recordings with no audio at all, which gets misdiagnosed as a hardware problem constantly.

There's also a fourth cause worth flagging separately: using the wrong tool entirely. SimpleScreenRecorder, which is popular on Reddit and frequently recommended in threads, is a Linux application. It does not exist for Windows. If you've been trying to install it on Windows and getting nowhere, that's why. For Windows, OBS Studio is the go-to free option, and the built-in Xbox Game Bar (Win + G) works for basic captures without installing anything.

Windows Screen Recorder Not Working: Quick Fixes

Start here. These take five to ten minutes and fix the majority of cases we see in remote sessions.

1

Restart, Lower Settings, and Close Background Apps Easy

  1. Restart your PC first.
    Don't skip this. Temporary capture glitches, stale audio sessions, and driver state issues clear on a fresh boot. We've had sessions where three other fixes failed and a reboot sorted it.
  2. Lower frame rate and resolution in the recorder.
    Open your recorder settings and drop the frame rate to 30 fps. Set resolution to 1080p if it isn't already. High capture settings are the single most common cause of laggy, choppy, or flickering recordings on machines that aren't high-end workstations.
  3. Close heavy background apps.
    Press Ctrl+Shift+Esc to open Task Manager. Look at the CPU and GPU columns. Close anything consuming significant resources: browsers with lots of tabs, video editors, games, cloud sync tools. Give the recorder a clean environment to work in.
  4. Test a short recording.
    Record ten seconds of your desktop. Play it back. If the image is visible and smooth, you're done. If it's still black or choppy, move to Solution 2.
Recording plays back with a clear image and no stutter. Audio may still need fixing separately.
2

Fix Windows Privacy Permissions Easy

  1. Open Settings and go to Privacy.
    On Windows 11: Settings > Privacy and security. On Windows 10: Settings > Privacy. You need to check both Microphone and Camera sections.
  2. Check Microphone access.
    Click Microphone. Make sure 'Allow apps to access your microphone' is toggled on at the top. Scroll down to 'Allow desktop apps to access your microphone' and toggle that on too. Your recorder should appear in the list. If it doesn't, the desktop apps toggle covers it.
  3. Check Camera access if you're recording a webcam feed.
    Same process. Settings > Privacy > Camera. Toggle on access for both app types.
  4. Relaunch the recorder and test.
    Close and reopen the recorder completely after changing permissions. Windows doesn't always apply them to a running process.
Windows updates, particularly major feature updates, regularly reset these privacy toggles without warning. If recording worked fine last month and stopped after an update, this is the first thing to check. See Microsoft's privacy settings documentation for the full breakdown of what each toggle controls.
Microphone audio now appears in test recordings. Camera feed shows in the preview if applicable.
3

Toggle Hardware Acceleration Easy

  1. Disable hardware acceleration in the recorder.
    Look in your recorder's settings or preferences for an option labelled 'Hardware acceleration', 'GPU encoding', or 'Use GPU'. Turn it off. Some recorders have this buried under advanced settings.
  2. Disable hardware acceleration in the app being captured.
    If you're recording a browser like Chrome or Edge: go to Settings > System and turn off 'Use hardware acceleration when available'. Restart the browser. This is a very common fix for black screen recordings of browser content specifically.
  3. Test recording again.
    Record a short clip. If the black screen is gone, hardware acceleration was the conflict. You can leave it off, or try re-enabling it in just one of the two places to find which one was causing the problem.
Disabling hardware acceleration in your browser may make video playback slightly less smooth. It's a worthwhile trade-off for recording, and you can always re-enable it when you're done.
Screen capture now shows actual content rather than a black frame.

More Windows Screen Recorder Not Working Solutions

If the quick fixes didn't fully sort things, these intermediate steps cover the most common remaining causes. Plan for fifteen to thirty minutes here.

4

Update Windows and Your Graphics Driver Medium

  1. Update Windows first.
    Go to Settings > Update and Security (Windows 10) or Settings > Windows Update (Windows 11). Install all pending updates and reboot. Windows updates include graphics component updates, audio driver patches, and capture API fixes that directly affect screen recording. If you've been putting off updates, this is the moment. Note that if Windows Update itself is giving you grief, our Windows Update not working guide covers that separately.
  2. Update your graphics driver from the manufacturer.
    Don't rely on Windows Update alone for GPU drivers. Visit the manufacturer directly: NVIDIA's driver page for GeForce cards, AMD's support site for Radeon, or Intel's driver assistant for integrated graphics. Download and install the latest stable driver, then reboot.
  3. Verify the driver version after install.
    Right-click the desktop, open Display Settings, then Advanced display settings, then Display adapter properties. The driver version and date should reflect the one you just installed. If it still shows an old date, the install may not have completed correctly.
  4. Test the recorder after the reboot.
    Don't test before rebooting. GPU driver changes need a full restart to take effect properly.
Recording captures correctly with no black screen or dropped frames after the driver update.
5

Fix Audio Routing and Input Device Selection Medium

  1. Check the default audio input device in Windows.
    Go to Settings > System > Sound. Under Input, check which device is set as the default. If you have multiple microphones or audio interfaces connected, Windows may have switched to the wrong one, especially after a USB device was plugged in or a Bluetooth device connected.
  2. Set the correct device as default.
    Click the device you want to use and select 'Set as default'. Alternatively, right-click the speaker icon in the taskbar, choose Sound settings, and adjust from there.
  3. Match the device in the recorder.
    Open your recorder's audio settings and manually select the same microphone or audio input. Don't leave it on 'Default' if you've been having problems, because 'Default' follows whatever Windows thinks is default, which may have changed.
  4. Record a test clip and check the audio waveform.
    Most recorders show an audio level meter. Speak while it's running and confirm the meter moves. If it doesn't, the input device is still wrong or the privacy permission is still blocking access.
System audio (recording what comes out of your speakers) is a separate setting from microphone input. If you need both, make sure your recorder has both enabled. Some recorders call this 'Desktop audio' or 'Loopback audio'.
Audio level meter shows movement during speech. Playback includes clear microphone audio.
6

Check Disk Space and Change Capture Mode Easy

  1. Check available disk space.
    Open File Explorer and right-click your recording drive (usually C: unless you've set a different output folder). Click Properties. You need at least 10 percent free, and ideally much more for long recordings. A 1080p30 recording can eat 1 to 3 GB per minute depending on codec and quality settings.
  2. Free up space if needed.
    Delete old recordings, use Disk Cleanup (search for it in the Start menu), or move files to an external drive. If your C: drive is genuinely full, the recorder will either fail to start or cut out mid-recording without warning.
  3. Try a different capture mode.
    In the recorder, switch between fullscreen capture, window capture, and desktop/display capture. Some combinations work better with certain GPU configurations. Window capture sometimes works when fullscreen doesn't, and vice versa. If you have multiple monitors, also confirm the recorder is set to capture the correct display.
Recorder saves files without cutting out. Capture mode change produces a visible image where the previous mode gave a black screen.

Advanced Windows Screen Recorder Not Working Fixes

These are the steps we reach for when everything above has failed. They take thirty minutes or more and involve driver reinstalls and config file resets. Worth doing if you've got a persistent problem that's survived the steps above.

7

Clean Reinstall the Graphics Driver Advanced

  1. Download the latest driver installer before you start.
    Get it from NVIDIA, AMD, or Intel's website and save it to your desktop. You want it ready before you uninstall the current driver.
  2. Uninstall the current driver completely.
    Open Device Manager (right-click Start > Device Manager). Expand Display adapters, right-click your GPU, and choose Uninstall device. Tick the box to 'Delete the driver software for this device'. Alternatively, NVIDIA users can use Display Driver Uninstaller (DDU) in safe mode for a more thorough clean, which is what we do for stubborn cases.
  3. Reboot into safe mode if using DDU.
    Press Win + R, type msconfig, go to Boot, tick Safe boot, and restart. Run DDU, clean and restart. Windows will boot normally after DDU finishes.
  4. Install the fresh driver.
    Run the installer you downloaded. Choose the clean install option if it's offered (NVIDIA's installer has this). Reboot when prompted.
  5. Test the recorder immediately after the reboot.
    Don't install anything else first. You want to confirm the recorder works with just the clean driver before adding other variables.
A clean driver reinstall will temporarily drop your display to a basic resolution during the process. This is normal. Don't panic if the screen looks low-res briefly.
Screen recording captures correctly with no black frames, flickering, or crashes after the clean driver install.
8

Reset the Recorder's Config and Profile Data Advanced

  1. Locate the recorder's app data folder.
    Press Win + R and type %appdata% then press Enter. This opens C:\Users\YourName\AppData\Roaming. Look for a folder named after your recorder (for example, OBS Studio stores its config in %appdata%\obs-studio). If you can't find it in Roaming, also check %localappdata%.
  2. Rename rather than delete the folder.
    Right-click the folder and rename it to something like obs-studio-backup. This preserves your old settings in case you want to recover them, but forces the recorder to create fresh defaults on next launch. Don't delete it outright until you've confirmed the reset fixed the problem.
  3. Relaunch the recorder.
    It should open as if it's a fresh install, running through any first-launch setup. Go through the basic setup and test a recording.
  4. Check the registry if the app stores settings there.
    Some recorders write settings to the Windows registry rather than an AppData folder. If you suspect this and are comfortable with the registry, press Win + R, type regedit, and search under HKEY_CURRENT_USER\Software for the recorder's name. Export the key as a backup, then delete it. The app will recreate it on next launch. If you're not confident with registry editing, our Registry Editor not opening guide is worth a read first.
Recorder launches cleanly with default settings. Recording works correctly without the previous errors.
9

Use Task Manager to Identify Conflicting Processes Medium

  1. Open Task Manager and go to the Performance tab.
    Press Ctrl+Shift+Esc. Click Performance. Watch the GPU graph while you attempt to start a recording. If GPU usage spikes to 100 percent immediately, something else is consuming all available GPU resources.
  2. Switch to the Processes tab and sort by GPU.
    Click the GPU column header to sort. Identify any process using a large percentage of GPU that isn't your recorder. Common culprits: hardware-accelerated browsers, game launchers running in the background, and cloud storage apps with GPU-accelerated sync previews.
  3. End those processes and retry.
    Right-click and choose End task on the offending processes. Relaunch your recorder and test. If recording works now, you know the conflict. Going forward, close those apps before recording sessions. If your machine is generally slow to respond, our notes on Windows 11 apps loading slowly may point to a wider performance issue worth addressing.
GPU usage stays at a reasonable level during recording. Footage is smooth with no dropped frames.

Preventing Windows Screen Recorder Not Working

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 your graphics driver current. This is the single biggest factor. GPU driver updates regularly include fixes for screen capture APIs, and running an old driver is the most reliable way to encounter black screen and flickering issues. Check for updates monthly, or enable automatic updates through your GPU manufacturer's software.

Verify privacy permissions after every major Windows update. This takes two minutes and saves a lot of confusion. After any feature update (the ones that take fifteen to thirty minutes to install), go to Settings > Privacy and confirm your recorder still has microphone and camera access. Microsoft resets these more often than it should.

Use conservative capture settings as your default. 30 fps at 1080p is genuinely sufficient for the vast majority of recording use cases, including tutorials, software demos, and gameplay at moderate quality. Only push to 60 fps or 1440p if you specifically need it, and only if your hardware can handle it comfortably. Check the Performance tab in Task Manager during a test recording and make sure GPU and CPU aren't both sitting above 80 percent.

Keep at least 10 percent of your recording drive free. Long recordings on a nearly full drive will cut out mid-session. If you record regularly, build a habit of clearing old files before important sessions. And test audio and video separately before anything you can't redo, because discovering the microphone wasn't working after a two-hour recording is genuinely painful.

One more thing worth repeating: if you're on Windows and someone recommends SimpleScreenRecorder, they're thinking of Linux. It's a good Linux tool. It does not exist for Windows. For free Windows recording, OBS Studio is the standard recommendation and handles everything from basic desktop capture to multi-source streaming setups. Xbox Game Bar (Win + G) is already installed on every Windows 10 and 11 machine and works fine for quick captures without installing anything.

Windows Screen Recorder Not Working: Summary

When Windows screen recorder not working lands in your lap, the pattern is almost always the same. Start with privacy permissions and hardware acceleration settings, because those two things cover the majority of black screen and missing audio cases. If those don't fix it, update Windows and your graphics driver, then check audio routing in Sound settings. For persistent problems that survive all of that, a clean graphics driver reinstall and a recorder config reset are the two most effective advanced steps. The whole process, done methodically, takes thirty minutes or less in most cases. And if you'd rather have someone else handle it, our remote support team deals with Windows screen recorder not working calls regularly and can usually have it sorted in a single session.

Frequently Asked Questions

Black recordings are almost always caused by a graphics acceleration conflict, DRM content protection, or the wrong capture mode being selected. Try disabling hardware acceleration in the recorder or the app you are capturing, then switch capture mode between fullscreen, window, and desktop to see which one works.

Choppy recordings usually mean the frame rate or resolution is set too high for your hardware, your CPU or GPU is overloaded, or your graphics driver is outdated. Lower capture settings to 30 fps and 1080p, close background apps, and update your graphics driver from the manufacturer website.

Missing microphone audio is almost always a Windows privacy permissions issue or the wrong input device being selected. Go to Settings, then Privacy, then Microphone and confirm your recorder has access. Then check the recorder itself and make sure the correct microphone is selected as the input device.

Startup failures are usually caused by missing permissions, low disk space, or a conflict with your current graphics driver or Windows version. Check privacy settings, free up disk space, update Windows and your graphics driver, and try a clean reinstall of the recorder if none of those fix it.

No. SimpleScreenRecorder is a Linux-only application and cannot run on Windows. For Windows screen recording, use OBS Studio (free, open source), the built-in Xbox Game Bar (Win + G), or a paid option like Camtasia if you need editing features built in.