[Solved] Fix 0xFFFFF28A Windows - 5 Minute Method

Verified & Tested Updated February 15, 2026

Quick Summary

The error code 0xFFFFF28A on Windows typically occurs due to issues related to driver problems, system file corruption, or hardware conflicts, leading to system crashes or freezes. This error can be frustrating, but there are several steps you can take to troubleshoot and potentially fix the issue.

Common Causes

  • Driver Issues: Outdated, corrupted, or incompatible drivers, particularly graphics drivers, can cause the 0xFFFFF28A error. This is because drivers play a critical role in communicating between the operating system and hardware components.
  • System File Corruption: Corruption in system files can lead to the 0xFFFFF28A error, as these files are essential for the stable operation of the Windows operating system.
  • Hardware Conflicts: Conflicts between hardware components or the installation of new hardware without properly uninstalling the old one can trigger this error.

Step-by-Step Fixes

Method 1: Update Drivers and Check for Updates Show Steps ↓
First, ensure your system is updated. Go to **Settings** > **Update & Security** > **Windows Update** and click on **Check for updates**. Next, update your drivers by pressing **Windows + X** and selecting **Device Manager**. In the Device Manager, expand each section, look for devices with a yellow exclamation mark, right-click on them, and select **Update driver**. For hardware conflicts, consider disabling newly installed hardware (if any) to see if the issue resolves.
Method 2: Run Check Disk (chkdsk) Show Steps ↓
To check for disk errors, open **Command Prompt as Administrator**, type `chkdsk C:` (replace `C:` with the drive where Windows is installed), and press Enter. Follow the prompts to complete the process.
Method 3: Run Memory Test (mdsched.exe) Show Steps ↓
To test your system's memory, open **Run** (press **Windows + R**), type `mdsched.exe`, and press Enter. Follow the prompts to complete the memory test.
Method 4: Run System File Checker (SFC) Show Steps ↓
To fix corrupted system files, open **Command Prompt as Administrator** by right-clicking on the Start button and selecting **Command Prompt (Admin)**. Type `sfc /scannow` and press Enter. This process may take a few minutes to complete.
Method 5: Perform a System Restore Show Steps ↓
If the issue started recently, you can try restoring your system to a previous point when it was working correctly. Search for **Create a restore point** in the Start menu, and click on it to open the System Properties window. Go to the **System Protection** tab and click on **System Restore**. Follow the prompts to select a restore point and complete the restoration process.

Related Fixes