How to Fix the ‘Bad Image’ Error on Windows 10: A Step-by-Step Guide

No More ‘Bad Image’ Error on Windows 10

Dealing with the ‘Bad Image’ error on Windows 10? Yeah, it’s frustrating. Usually, this pops up when important system files get corrupted or don’t play nicely with your PC. Luckily, there are some simple steps you can take to fix this without having to go nuclear and reinstall Windows. Here are some tried-and-true methods that might do the trick.

First Up: Run the System File Checker

If things are acting up, the first thing to check is your system files. Open Command Prompt as an administrator—you can right-click the Start button and select ‘Windows Terminal (Admin)’ or ‘Command Prompt (Admin)’. Once it’s open, type sfc /scannow and press Enter. This tool scans your system for corrupted files and repairs them. It might take a few minutes, so just sit tight.


When it’s finished, you might see a message like “Windows Resource Protection found corrupt files and successfully repaired them,” or something less helpful.

Pro Tip: If you want to see exactly what was fixed (or not), you can check the CBS log at C:\Windows\Logs\CBS\CBS.log.

Next: Try DISM

If the System File Checker didn’t do the trick, it’s time to bring in the big guns—DISM (Deployment Image Servicing and Management). Open Command Prompt as an administrator again and run:

DISM /Online /Cleanup-Image /RestoreHealth

This command uses the internet to download any missing or corrupted files from Windows Update. Make sure your PC is online and not behind any restrictive firewalls. If you get an error, you might need to specify a source for the files, like so:

DISM /Online /Cleanup-Image /RestoreHealth /Source:wim::\sources\install.wim:1 /LimitAccess

Replace drive with the drive letter where your Windows install files are stored. Be aware—this command can sometimes fail depending on your setup, but it’s worth trying.

Keep Windows Updated

Don’t forget about Windows updates—they’re there for a reason. Head over to Settings > Update & Security > Windows Update and click the ‘Check for Updates’ button. Alternatively, press Win + I to open Settings quickly and navigate to Updates. Installing the latest patches can often iron out bugs causing the ‘Bad Image’ error. Keep your system current!

Reinstall the Problematic App

Is a particular application giving you the error repeatedly? Try uninstalling it through Settings > Apps > Apps & Features. Select the app and click Uninstall, then download and install the latest version from a trusted source. You can also uninstall via the Control Panel > Programs > Programs and Features. When installing the fresh copy, right-click and choose ‘Run as administrator’ to ensure it installs correctly.

Perform a Clean Boot!

If the error persists, a clean boot can help identify if any third-party software or services are causing conflicts. Press Win + R, type msconfig, and press Enter. In the System Configuration window, go to the Services tab, check ‘Hide all Microsoft services’, then click Disable all.


Switch to the Startup tab and open Task Manager. Disable all startup items there. Then restart your PC. If the error disappears, re-enable services and startup programs one by one until you find the culprit.


If you prefer, you can skip straight to Task Manager by pressing Ctrl + Shift + Esc and managing your startup items from there.

Following these steps, there’s a good chance you’ll banish that pesky ‘Bad Image’ error. If none of this works, it might be time to consult a tech pro or check out a support forum. Keeping your Windows and software up to date will help avoid these issues down the track.

On a side note, always download software from reputable sources—that’s the best way to keep your system happy and secure.