Fix Explorer.exe Application error on Windows 10

In this post, we will understand the various known Explorer.exe Application Errors that some Windows users might encounter while restarting, shutting down or starting up their PC – and then recommend troubleshooting procedures that can aid Windows 10 users resolve the issue.

Explorer.exe Application Error

The Explorer.exe Application Error while shutting down or restarting your Windows 10 computer can be of different instances. A typical error message will read thus:

The instruction at 0x#### referenced memory at 0x####. The memory could not be read/written.

Click on OK to terminate the program.

The # place-holder in the error message could be any combination of alpha-numeric values. Essentially, they are all similar errors that can be redressed with a somewhat similar solution.

Explorer.exe Application Error

The possible troubleshooting procedures that you can try in no particular order to fix this Explorer.exe Application Error issue is as follows:

  1. Restart File Explorer
  2. Change the size of virtual memory.
  3. Disable Fast Startup.
  4. Run the SFC/DISM scan.
  5. Perform a ChkDsk operation.
  6. Update the Microsoft .NET Framework.
  7. Run Memory Diagnostic Tool.
  8. Check File Explorer for problematic addons
  9. Scan PC for Malware.

Now, let’s delve into the details for the recommended solutions.

1] Restart File Explorer

Restart Windows Explorer

Restart File Explorer and see if that helps you. You will have to open the Task Manager, locate explorer.exe, right-click on it and select Restart.

1] Change the size of virtual memory

Changing the size of the virtual memory on your Windows 10 PC is a likely solution to the explorer.exe application error. The best practice is to keep the virtual memory 1.5 times larger than your RAM memory.

2] Disable Fast Startup

While in most cases Fast Startup is a feature capable of boosting the startup speed considerably – it also means that your PC will never truly shut down. Consequently, you might experience Wake-on-LAN issues, dual boot and virtualization complications, and random error codes during the startup procedure.

So, if you’re experiencing the explorer.exe application error, disabling Fast Startup feature on Windows 10 could resolve the problem.

3] Run the SFC/DISM scan

The SFC and DISM scan are both easily the most commonly used troubleshooting tool that’s baked into Windows 10. These tools can be used to repair damaged or corrupt system files and even to some extent restore the health of the installed Windows 10 image.

For the purposes of convenience, you can create a SFC/DISM scan batch file and then run both tools in one. Here’s how:

Open Notepad – copy and paste the command below into the text editor.

@echo off
date /t & time /t
echo Dism /Online /Cleanup-Image /StartComponentCleanup
Dism /Online /Cleanup-Image /StartComponentCleanup
echo ...
date /t & time /t
echo Dism /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth
echo ...
date /t & time /t
echo SFC /scannow
SFC /scannow
date /t & time /t
pause

Save the file with a name and append the .bat file extension – eg; SFC_DISM_scan.bat.

Repeatedly run the batch file with admin privilege (right-click the saved file and select Run as Administrator from the context menu) until it reports no errors – at which point you can now restart your PC and see if the issue has been resolved.

4] Perform a ChkDsk operation

You may encounter the explorer.exe application error if your computers’ hard drive is corrupted or not defragmented well – in which case, you can initiate a ChkDsk operation. Once the procedure completes, you can restart your PC and see if the issue is resolved.

5] Update Microsoft .NET Framework

Microsoft engineers have pointed out that using an application which was designed using an earlier version of Microsoft .NET Framework and applying heavy memory load to it, may trigger the exporer.exe application error messages.

In this case, downloading and installing the latest version of .NET Framework on your PC could resolve the issue.

6] Run Windows Memory Diagnostic Tool

Windows Memory Diagnostic Tool

The Memory Diagnostic tool in Windows 10 scans your system memory for any potential problems and gives you recommended solutions accordingly, which allows you to take further actions.

Since this error is memory-related, you can try running the Memory Diagnostic Tool and see if that helps. Type mdsched in Start search and hit Enter to open it.

7] Check File Explorer for problematic addons

Installed Add-ons could create issues. Check if you have installed any helpers or add-ons to your explorer. Uninstall or disable them. Often, even 3rd-party shell extensions can cause Explorer to crash on particular actions. Several programs add items to the right-click context menu.

To see them in detail, you may download the freeware utility Nirsoft ShellExView. It will let you view & disable suspect 3rd party shell extensions. Using the trial & error method, you may disable/enable the extensions to try and identify if any of them are causing a problem.

If you wish, you may boot in Clean Boot State and try to identify the offender manually.

8] Scan PC for Malware

Virus infection and other malicious applications can cause an explorer.exe application error. Viruses do have the ability to reduplicate and spread throughout your system. Running a full system anti-virus scan can help eliminate the virus/malware if any on your PC and possibly resolve this issue.