How to Fix AuthenticAMD.sys BSOD on Windows 10/11

The AuthenticAMD.sys BSOD usually happens during simple tasks like watching videos or just sitting on your desktop, causing your computer to crash suddenly with no warning. This problem is related to the AuthenticAMD.sys file, which is part of the AMD processor system.

It often leads to a WHEA_UNCORRECTABLE_ERROR (often shown as 0x124), which means there might be a serious problem with your computer’s hardware. The most common reason is faulty hardware, such as bad RAM or issues with the CPU. However, old chipset drivers, unstable BIOS settings, and using Fast Startup can also cause this problem.

Let’s go through some troubleshooting methods to help you fix this problem.

1. Update the Driver

The first thing we recommend doing after encountering the AuthenticAMD.sys blue screen of death is to update your AMD device driver. If the issue is related to an outdated driver, installing the latest version should resolve the problem for you. 

Alternatively, you can download and install the chipset driver version recommended on your motherboard’s website. We’ve outlined both methods below, so you can choose the one that best fits your situation.

  1. Type Device Manager in the Windows search and click Open.
  2. In the Device Manager window, locate and expand the Display adapters section.
  3. Right-click on your AMD driver and select Update driver from the context menu.
    Update the AMD driver
  4. Next, click on Search automatically for drivers. Your system will scan and check if there is an updated driver version available. 
    Search the system for updated driver software
  5. Follow the on-screen instructions to complete the installation, and then restart your PC.

After restarting, check if the issue has been resolved. 

If you prefer using the manufacturer’s website, open your browser and go to the support page for your PC or motherboard. Enter your device specifications and look for the latest compatible driver version there. 

Once you find the right driver, install it and try performing the action that caused the crash. Hopefully, you won’t encounter the problem again.

2. Update BIOS

Some users have also found that updating their BIOS helped fix the issue. BIOS updates can help your computer recognize hardware properly and resolve errors like this.

  1. Press Win + S to open Windows search.
  2. Type Command Prompt and click on Run as administrator.
  3. Click Yes when prompted for permission.
  4. Inside Command Prompt, type the following command and press Enter:

    wmic bios get smbiosbiosversion
    Execute the entered command
  5. Take note of your current BIOS version.
  6. Go to the download section on your device manufacturer’s website.
  7. Enter your device information to check for BIOS updates.
  8. If an update is available, download it.
    Download the update
  9. Extract the downloaded file and follow the instructions provided in the included readme.txt file to complete the update.

3. Run System Scans

You can also scan your system for potential issues using built-in Microsoft utilities. If any general corruption or inconsistencies are found, these tools can fix them automatically.

We’ll use System File Checker (SFC) and Deployment Image Servicing and Management (DISM) through the Command Prompt. SFC scans protected system files and replaces corrupted files with cached copies from a special folder. DISM is a command-line tool that can repair Windows images and update installation media.

To run both utilities, make sure you are logged into Windows as an administrator before starting.

  1. Type cmd in the taskbar search area and click Run as administrator.
  2. Alternatively, press Win + R to open the Run dialog.
  3. Type cmd in the Run box and press Ctrl + Shift + Enter to open Command Prompt with admin rights.
  4. In Command Prompt, type the following command and press Enter:

    sfc /scannow
    Run a system scan
  5. After the SFC scan is done, enter this command and press Enter:

    DISM /Online /Cleanup-Image /RestoreHealth
    Run the restore health command

4. Disable Fast Startup

Some users have found that the Fast Startup feature was causing the problem. 

Fast Startup helps your computer boot up quicker after shutdown, but it puts your system into a hibernation state instead of a full shutdown. This feature is enabled by default if your computer supports hibernation.

  1. Type Control Panel in Windows search and click Open.
  2. In Control Panel, type Power options and click on the relevant result.
    Access the Power options in the Control Panel
  3. Click on Choose what the power button does.
  4. On the right, click Change settings that are currently unavailable.
    Change the unavailable settings
  5. Go to the Shutdown settings section and uncheck the box for Turn on Fast Startup (recommended).
    Disable fast startup in Control Panel
  6. Click Save changes.
  7. Finally, restart your computer and check if the problem is resolved.

5. Update Windows

The problem could be due to missing system updates. If you haven’t installed updates for a while, checking for and installing them might help resolve the issue.

  1. Press Win + I together to open Windows Settings.
  2. Select Windows Update from the menu.
  3. Click the Check for updates button on the right and wait for Windows to find any available updates.
    Click on the Check for updates button
  4. Install any pending updates one by one, then check if your issue is solved.
ABOUT THE AUTHOR

Zainab Falak


Zainab Falak is a highly educated professional with a background in actuarial science and a strong passion for technology. Her expertise lies in the field of data analytics and she is a proficient programmer in languages such as Python and R. At Appuals, Zainab shares her extensive knowledge of Windows 8, 10, and 11, covering a broad range of topics related to these operating systems. Zainab's ability to effectively communicate technical concepts in a clear and concise manner has earned her recognition and respect in the tech community. She is committed to staying up-to-date with the latest developments in the field and providing readers with insightful and informative content.