
Few things terrify Windows users as much as a blue screen also known as the “screen of death.” A color, blue, which in these cases does not bode well. But there are many errors that are announced in this way, some worse than others. One of these errors is Video TDR Failure that is registered from the Windows 7 version and whose origin is related to failures in the video card driver.
Is it a serious error? Not at the beginning. In most cases this failure is associated with “atikmpag.sys” file. Common sense tells us that the first thing to do is update the card driver. Unfortunately, this remedy does not always work, so you have to look for other solutions.
Related article:
How to fix Windows 10 blue screen errors
Update graphics card drivers
As we pointed out at the beginning, most of the time the origin of the problem that causes the Video TDR Failure error is in the graphics card drivers. What you have to do in these is to proceed to update them. Depending on the graphics card, the error may have different names: nvlddmkm.sys in case of an NVIDIA card, atikmpag.sys for AMD or igdmkd64.sys for Intel HD users.
In any case, to update the graphics card drivers, this is how to proceed:
- First, we press the keys Windows + R to open the run command.
- Then we write devmgmt.msc and the Enter key.
- On the screen of Device administratorwe select the option Display adapters.
- We right-click and choose the option update driver.
- The next step is to select the option Automatically search for updated driver software.
From here it will be our computer that starts the update automatically. Once completed, you will have to restart the computer and check that the error message has disappeared.
Reinstall display drivers
If the above solution did not fix the error, then reinstalling the drivers is what you will need to do. The steps are very simple, but the most important thing is reinstall with Windows in safe mode:
- First you have to press the keys Windows + R to open the run command.
- there we write msconfig and press the Enter key.
- in the window of System configuration let’s go to the option start.
- Then we check the Safe Mode box and restart the computer.
Already in safe mode, we can start the process of reinstatement of the controllers:
- In the start menu we write Device administrator.
- After opening it, we look for Display adapters.
- Right click and choose the option uninstall device.
- There we check the box Delete the driver software for this device.
- We restart the computer.
- Finally, we install the new drivers.*
Previously, they will have to be downloaded from the manufacturer’s official website: AMD, Intel, Nvidia…
clean boot If the above method has not worked, you can try what is known as a “clean boot”
of the system. This procedure will serve to rule out that there is a background program that could be causing this and other errors.
- For this boot it will be necessary to start the computer in safe mode with the same steps that we have seen before. We press the keysWindows + R
- thus opening the run command. In it we write msconfig
- and press Enter. in the window of System configuration we are going toServices
- . We look for the boxHide all Microsoft services located at the bottom of the screen, where we selectdisable all
- . in the tab Program initialization we click on
- Open Task Manager.
- There, within the Initialize option, we deactivate all non-Microsoft software options.
To finish, we close the Task Manager window, click OK in the System Configuration window and restart the computer.
sfc scan now The tool CFS
- It is very useful for any Windows user. With it, it is possible to scan and repair damaged system files, which can be the source of many errors such as Video TDR Failure. To run SFC we do the following: In the start bar we writecmd
- . Then we right-click on the command prompt and selectExecute as an administrator
- . In the console, we write the command sfc /scannow
and press Enter. That will start the scan and repair process.
When the process finishes, we will have to restart the computer and check that the error has been solved.
Check hardware components If the error persists, you may ask yourself this question: What if the problem is in the hardware? The best way to check isphysically remove the graphics card and reboot the computer
. If everything works normally, the solution will be as simple as replacing said card. If our computer has theintegrated graphics
- you will have to deactivate them by following these steps: First you have to press the keys Windows + R
- to open the run command. there we write devmgmt.msc
- and press the Enter key. In the device manager We look for the optionDisplay adapters
- . We search and select the option of
Deactivate device.
It only remains to restart the computer and verify that the problem no longer exists.
restore Windows If everything we have tried so far has not worked, we always have as a last resort the system restore
- to a period prior to the last installation of Windows Update. This is how you do it: First we go to the Windows search box and there we writeCreate restore point
- .
- We select the first result that is displayed, which corresponds to the closest restore point in time. This is the option recommended by Windows, although the final choice is ours. Then, at the bottom of the window, selectsystem restore
. It is important to know that the restoration process it does not affect the documents, images and other personal data that we may have stored. After completing it, we will have eliminated the error at a stroke
Video TDR Failure.