Read More: how to fix thread stuck in device driver windows 10
THREAD STUCK IN DEVICE DRIVER ERROR IN Windows10 [FIXED]. Blue Screen of Death errors can be quite serious since they are caused by software or faulty hardware. Although these errors aren’t that common, it’s important to know how to fix them.
Therefore today we’re going to show you how to fix the THREAD STUCK IN DEVICE DRIVER_M error on Windows 10.
How can I fix the THREAD STUCK IN DEVICE DRIVER error?
1. Run the BSD Troubleshooter
If none of the previous solutions resolved the issue, let’s try a few troubleshooting tools. The first troubleshooter we’re going to try is Windows 10’s built-in BSoD troubleshooter.
You can see that this tool can handle all types of BSoD problems. Hopefully, the THREAD STUCK IN DEVICE DRIVER M error is one of them.
Here’s how to run Windows 10’s built-in BSOD troubleshooter:
- Open the Settings app and go to Update & Security section.
- Select Troubleshoot from the menu on the left.
- Select BSOD from the right pane and click Run the troubleshooter.
- To complete the troubleshooter, follow the steps on the screen.
(*10*)
3. Run the SFC scan
The next troubleshooting tool we’re going to try here is the SFC scan. This command-line tool scans your system and repairs corrupt files.
So, if a corrupt system file is a reason you’re getting the THREAD_STUCK_IN_DEVICE_DRIVER_M, the SFC scan will likely resolve the problem.
Here’s how to run the SFC scan in Windows 10:
- Right-click on the Start Menu button, and open Command Prompt (Admin).
- Enter the following line and press Enter: sfc/scannow.
- It may take some time for the process to complete.
- The solution will be automatically applied if it is found.
- Close the Command Prompt, and restart your computer.
4. Run DISM
Another troubleshooting option we’re going to try here is DISM. Deployment Image Service and Management (DISM), a tool that redeploys system images, is a tool.
This can often resolve various issues, including BSOD errors. We’ll walk you through both standard and the procedure that utilizes the installation media below:
- Standard way
- Right-click Start and open Command Prompt (Admin).
- Paste the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
- Wait until the scan is finished.
- Reboot your computer and then try again to update.
See also: How to Paste Text to PDF
With the Windows installation media
- Insert your Windows installation media.
- Click the Start menu to open the Command Prompt.
- In the command line, type the following commands and press Enter after each:
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
- Now, type the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:SourcesInstall.wim:1 /LimitAccess
- Make sure to change an X value with the letter of the mounted drive with Windows 10 installation.
- Once the procedure is complete, restart your computer.
5. Check the hard drive
A broken hard drive is alarming. And the first warning messages come in the form of BSOD issues. Go ahead and verify the status of your hard drive. You can do this by running the chkdsk command.
This command will scan all partitions and provide solutions if needed. Here’s how to run the chkdsk command in Windows 10:
Useful for You: Beyond the Gym: Exploring New Ways to Stay Fit in the Digital Age
- Enter the Advanced Startup (Restart your computer while holding the Shift key).
- Choose Troubleshoot > Advanced Options.
- Select Command Prompt from the list of options.
- When Command Prompt appears, enter the following lines and press Enter after each line in order to run it:
- thegoneapp.com /rebuildbcd
- thegoneapp.com /fixmbr
- thegoneapp.com /fixboot
- Some users are also suggesting that you need to run additional chkdsk commands as well. You will need to know the drive letters of all your hard drive partitions in order to execute these commands. In Command Prompt you should enter the following (but remember to use the letters that match your hard drive partitions on your PC):
- chkdsk /r c:
- chkdsk /r d:
This is just our example, so keep in mind that you have to perform chkdsk command for every hard drive partition that you have.
- Check if the problem is fixed by restarting your computer.
6. Install the latest updates
Certain hardware and software have an issue with Windows 10, and sometimes these issues can cause THREAD STUCK IN DEVICE DRIVER_M or any other Blue Screen of Death error to appear.
To fix this error, it’s recommended to use Windows Update to download the latest patches.
Many of these patches include new features, security upgrades, and other bug fixes. If you want your PC to be safe, we recommend you to download the latest updates.
7. Remove your antivirus and problematic applications
Even though Windows 10 comes with Windows Defender that works as a default antivirus program, many users tend to use third-party antivirus programs for extra protection.
To fix this problem, it’s advised that you temporarily remove all third-party antivirus tools from your PC.
It is possible that you cannot uninstall antivirus software completely. Many antivirus programs can leave behind certain files even after they are removed.
Download a dedicated antivirus removal tool to delete all files associated to your antivirus.
These tools are usually available from antivirus companies’ websites. Make sure you download one for your antivirus. Check out this list of the best uninstaller programs you can find right now.
8. Update your BIOS
Few users claim that you can fix this error by performing BIOS update. By updating BIOS you’ll unlock new features of your motherboard as well as support for new hardware.
We have to warn you that BIOS update is somewhat an advanced procedure, and you can cause permanent damage to your PC if you’re not careful.
For detailed instructions on how to update BIOS properly, please refer to your motherboard manual.
9. Remove overclock settings
Overclocking allows you to achieve better performance by changing the settings of your hardware. We have to mention that overclocking is potentially dangerous, and it can cause BSoD errors such as THREAD STUCK IN DEVICE DRIVER to appear.
In the worst-case scenario, overclocking can cause permanent damage to your hardware so keep that in mind.
Overclocking can lead to Blue Screen of Death errors. We recommend that you remove all overclocking settings and software.
10You can check your hardware. Check your hardware
Hardware issues and overheating can often cause BSoD errors, therefore we urge you to clean your PC with pressurized air. Make sure you ERROE check that your cards are correctly seated and that your cables are connected properly.
You can remove any newly installed hardware if everything is in order. Sometimes new hardware isn’t compatible with your configuration, and if that’s the case you should remove or replace the new hardware.
Check that your hardware works properly. According to users, a faulty motherboard or graphics card can cause this error to appear, so be sure to check those components first.
This error can cause certain problems on your PC, but we hope that you managed to fix it by using some of our solutions.