Home > News Tips

Fix 'The Exception Breakpoint Has Been Reached' Error

Updated on Monday, April 29, 2024

iBoysoft author Eudora Liu

Written by

Eudora Liu
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

Error 0x80000003: The exception breakpoint has been reached

Summary: Have you ever seen the error message that reads The exception breakpoint has been reached when running a specific app or restarting your PC? If yes, this post from iBoysoft is the most compatible guide for you to fix this annoying issue on Windows.

How to Fix The exception breakpoint has been reached

"The exception breakpoint. A Breakpoint has been reached. (0x80000003) occurred in the application at the location…Click OK to terminal the program." When you try to start or shut down your PC, or try to open specific apps, you may receive such an error message.

It indicates there is something wrong during the execution of an app or process. However, the cause of the error can be hard to point down. It may be caused by corrupted system files, memory leaks, glitchy apps, bad disk sectors, etc.

Take it slow and here is a quick troubleshooting guide for you. Keep reading the following text to find a viable solution.

Compatible methods to fix 'The exception breakpoint has been reached' issue

Before you take the advanced methods to fix this issue, you can try some basic methods first. Try to update the problematic app you want to open and try to update Windows. The outdated or incompatible version of the app or the operating system will lead to this error. After updating, check whether the issue has been fixed. If not, keep trying the following methods.

Disable automatic startup apps

If you are not sure exactly which app generates this error, you can disable all the automatic startup apps without affecting the Windows boot process.

  1. Press Win + I or the Win key to open Settings.
  2. Navigate to App > Startup.
  3. Click the drop-down list next to Sort by to sort the apps by NameStatus, or Startup impact.
  4. Toggle the programs On or Off depending on which you want to disable on startup.
    Disable automatic startup apps in Settings

In addition, you can disable automatic startup apps in Task Manager.

  1. Press Ctrl + Shift + Esc to launch Task Manager.
  2. Click More details and then choose the Startup tab.
  3. Right-click the app you want to disable on startup and click Disable.
    Disable automatic startup apps in Task Manager

After that, save the changes and restart your PC to check whether the issue has been eliminated.

Run CHKDSK

As we mentioned before, the issue 'The exception breakpoint has been reached' may be caused by the bad sector on your disk, thus, you can run CHKDSK to scan your disk to check whether it is intact.

  1. Press Win + R to open the Run dialog and then type in Command Prompt.
  2. Tap on Win + SHift+ Enter simultaneously to open Command Prompt with administrator privileges.
  3. Type in the following command and press Enter to run CHKDSK. 
    chkdsk c: /f /r

Run CHKDSK

Wait for the process to finish, then restart your PC to check whether the issue has been fixed.

Run DISM and SFC

DISM (Deployment Image Servicing and Management) is a command-line tool that can be used to fix issues with your Windows image. System File Checker (SFC) is a useful utility that checks for system file corruption and fragments.

Corrupted system files are one of the reasons to lead to this issue. Therefore, you can try to run DISM and SFC to check the system files on your Windows.

Follow the given steps to check and repair your system files.

  1. Open the Command Prompt according to the steps referred to above.
  2. Type in the following command to run DISM. 
    DISM /Online /Cleanup-Image /RestoreHealth
  3. Wait for the process to finish and then type in the below command. 
    sfc/scannow

Run DISM and SFC

Once the scan process has been finished, exit the Command Prompt window and restart your PC to whether the issue still exists.

Check the memory leaks

If you take all the above methods but the issue still exists, you need to check for memory leaks. Fortunately, Windows has a built-in tool to check for memory problems.

  1. Close all the running apps and terminate all the processes.
  2. Press Win + R to open the Run dialog box and type in mdsched.exe to open Windows Memory Diagnostic.
  3. Click on Restart now and check for problems (recommend).
    Check the memory leaks
  4. Your PC will reboot in the Windows Memory Diagnostics Tool and scan for RAM issues.
    Run Windows Memory Diagnostics Tool

The process will take several times to complete. Wait for it to finish and sign back into Windows, and the Windows Memory Diagnostics Tool will show you a notification so you can view the diagnostic report.

If you have fixed the error 0x80000003 successfully, don't forget to share these useful methods with others.