Table of Contents
Fix 1. Check relevant services
Fix 2. Run the Windows Update troubleshooter
Fix 3. Free up disk space
Fix 4. Reset Windows Update components
Fix 5. Manually install the update
Fix 6. Run SFC and DISM
Fix 7. Perform a Clean Boot
Fix 8. Reset Windows Update settings
Home Computer Tutorials Troubleshooting How to fix KB5051987 fails to install in Windows 11?

How to fix KB5051987 fails to install in Windows 11?

Feb 15, 2025 pm 04:08 PM

Microsoft releases updates for Windows 11 at scheduled intervals to ensure system stability and security. These updates are primarily delivered through Patch Tuesday, a routine update cycle that introduces security improvements, new features, and performance enhancements. While most updates install without issues, some encounter problems. One such update, KB5051987, has failed to install for several users.

Update KB5051987, identified as OS Build 26100.3194, was released on February 11, 2025, as part of Windows 11 version 24H2. This update enhances OneDrive functionality, allowing seamless device switching, and improves File Explorer’s tab management for easier file sorting. However, despite these improvements, many users report that the update fails to install successfully.

The KB5051987 update has proven difficult to install, and the resolution can troublesome. It could be related to a conflict of compatibility with third party applications, as well as corrupted system files can obstruct system installation or can lead errors and downloads that are incomplete.

Moreover, lacking sufficient storage space can also prove to be quite an issue, as updates need a considerable amount of disk space to be unpacked and installed correctly. Furthermore, damaged update components and related services not running could also be at fault here.

If you’re experiencing issues with KB5051987 not installing, troubleshooting steps are available below to help resolve the problem. Before proceeding, consider using an all-in-one PC repair tool FortectMac Washing Machine X9 that can automatically detect and fix underlying Windows issues, potentially allowing the update to install successfully.

How to fix KB5051987 fails to install in Windows 11?

Fix 1. Check relevant services

Windows updates rely on several background services to function properly. If any of these services are stopped or misconfigured, it may not install correctly.

  • Type in Services in Windows search and hit Enter.
  • Locate Windows update service.
  • If this service is already running, right-click and select Restart.
  • If it is not running, double-click it, select Automatic under the Startup type from the drop-down menu.
  • Click Start, Apply, and OK.
  • Locate Background Intelligent Transfer Service (BITS), Cryptographic service, and Windows Installer service, and repeat the process.

How to fix KB5051987 fails to install in Windows 11?

Fix 2. Run the Windows Update troubleshooter

Windows includes a built-in troubleshooter that can automatically detect and resolve update-related problems.

  • Type troubleshoot in Windows search and hit Enter.
  • Click Other troubleshooters.
  • Find Windows Update.
  • Click Run to begin the scan.
  • Wait for the scan to be completed and apply the suggested fixes.

How to fix KB5051987 fails to install in Windows 11?

Fix 3. Free up disk space

Windows updates require sufficient storage space to install properly. If your system is low on disk space, KB5051987 may fail to install.

  • Type Disk Cleanup in Windows search and hit Enter.
  • If your Windows is installed on drive C, pick it from the list (it should be by default) and press OK.
  • Click Clean up system files.
  • Select your main disk again and click OK.
  • Here, select the largest portions of the data used – these typically include Temporary Internet Files, Windows Update, Temporary Files, Recycle Bin, Delivery Optimization Files, and others.
  • Click OK – the process should be finished shortly.

How to fix KB5051987 fails to install in Windows 11?

Fix 4. Reset Windows Update components

Resetting the Windows Update components forces Windows to rebuild update-related files.

  • Type in cmd in Windows search.
  • Right-click on Command Prompt and select Run as administrator.
  • User Account Control will ask you whether you want to allow to make changes to the system – click Yes.
  • Stop the BITS, Windows Update, and Cryptographic services by typing the following commands, and pressing Enter after each:
    • net stop bits
    • net stop wuauserv
    • net stop appidsvc
    • net stop cryptsvc
  • To rename the SoftwareDistribution and Catroot2 folders (where Windows stores update files), type the following commands:
    • ren %systemroot%SoftwareDistribution SoftwareDistribution.old
    • ren %systemroot%system32catroot2 catroot2.old
    • regsvr32.exe /s atl.dll
    • regsvr32.exe /s urlmon.dll
    • regsvr32.exe /s mshtml.dll
    • netsh winsock reset
    • netsh winsock reset proxy
  • Restart the services stopped earlier by typing the following commands:
    • net start bits
    • net start wuauserv
    • net start appidsvc
    • net start cryptsvc
  • Restart your computer.

How to fix KB5051987 fails to install in Windows 11?

Fix 5. Manually install the update

If KB5051987 fails to install through Windows Update, you can download and install it manually from the Microsoft Update Catalog.

  • Open your browser and go to Microsoft Update Catalog.
  • In the search box, type in KB5051987 and press Search.
  • Find the correct version of the update for your operating system (to check this, right-click on Start and pick System. Under Windows specifications, check the Version) and click Download.
  • Follow on-screen guidelines to finish the installation process and restart your computer.

How to fix KB5051987 fails to install in Windows 11?

Fix 6. Run SFC and DISM

Corrupt system files can interfere with update installations. Running SFC and DISM can repair damaged files and restore update functionality.

  • Open Command Prompt as administrator.
  • Then, copy and paste the following command, pressing Enter after:
    sfc /scannow
  • Wait till the scan is finished. If Windows finds system file integrity violations, it will attempt to fix them. After this, use the set of the following commands, pressing Enter each time:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
  • (Note: if you get an error executing this last command, add /Source:C:RepairSourceWindows /LimitAccess to it and try again).
  • Close down the Command Prompt and restart your computer.

How to fix KB5051987 fails to install in Windows 11?

Fix 7. Perform a Clean Boot

Background applications and third-party services can sometimes interfere with Windows updates. Performing a clean boot loads Windows with minimal processes, allowing the update to install without conflicts.

  • Type msconfig in the Windows search box and press Enter.
  • Pick the Services tab.
  • Mark Hide all Microsoft services and select Disable all.
  • Select the Startup tab and click Open Task Manager.How to fix KB5051987 fails to install in Windows 11?

    Fix 8. Reset Windows Update settings

    If none of the previous solutions work, resetting Windows Update settings can restore the update functionality and allow the update to install.

    • Right-click on Start and then select Settings.
    • Go to Update & Security and pick Recovery on the left side of the window.
    • Find Reset this PC section and click Get Started.
    • Select Keep my files and Cloud download.
    • Next, pick whether you want to reinstall the apps.
    • Click Reset.
    • Your system will restart, and the process of Windows reset will begin.

    How to fix KB5051987 fails to install in Windows 11?

The above is the detailed content of How to fix KB5051987 fails to install in Windows 11?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1677
14
PHP Tutorial
1280
29
C# Tutorial
1257
24
Clair Obscur: Expedition 33 UE-Sandfall Game Crash? 3 Ways! Clair Obscur: Expedition 33 UE-Sandfall Game Crash? 3 Ways! Apr 25, 2025 pm 08:02 PM

Solve the UE-Sandfall game crash problem in "Clair Obscur: Expedition 33" "Clair Obscur: Expedition 33" has been widely expected by players after its release, but many players encountered the error of UE-Sandfall crashing and closing when starting the game. This article provides three solutions to help you smooth the game. Method 1: Change the startup options Change the Steam startup options to adjust game performance and graphics settings. Try setting the startup option to "-dx11". Step 1: Open the Steam library, find the game, and right-click to select "Properties". Step 2: Under the General tab, find the Startup Options section.

Worked! Fix The Elder Scrolls IV: Oblivion Remastered Crashing Worked! Fix The Elder Scrolls IV: Oblivion Remastered Crashing Apr 24, 2025 pm 08:06 PM

Troubleshooting The Elder Scrolls IV: Oblivion Remastered Launch and Performance Issues Experiencing crashes, black screens, or loading problems with The Elder Scrolls IV: Oblivion Remastered? This guide provides solutions to common technical issues.

Clair Obscur Expedition 33 Controller Not Working on PC: Fixed Clair Obscur Expedition 33 Controller Not Working on PC: Fixed Apr 25, 2025 pm 06:01 PM

Solve the problem of failure of the PC version of "Clair Obscur: Expedition 33" Have you also encountered the problem that the PC version of the "Clair Obscur: Expedition 33" controller does not work properly? Don't worry, you are not alone! This article will provide you with a variety of effective solutions. "Clair Obscur: Expedition 33" has been launched on PlayStation 5, Windows and Xbox Series X/S platforms. This game is an engaging turn-based RPG that emphasizes precise timing. Its uniqueness is the perfect blend of strategic and rapid response. Smooth operation

Windows 11 KB5055528: What's New & What if It Fails to Install Windows 11 KB5055528: What's New & What if It Fails to Install Apr 16, 2025 pm 08:09 PM

Windows 11 KB5055528 (released on April 8, 2025) Update detailed explanation and troubleshooting For Windows 11 23H2 users, Microsoft released the KB5055528 update on April 8, 2025. This article describes the improvements to this update and provides a solution to the installation failure. KB5055528 update content: This update brings many improvements and new features to Windows 11 23H2 users: File Explorer: Improved text scaling and improved accessibility to the file opening/save dialog and copy dialog. Settings page: Added "Top Card" function to quickly view processor, memory, storage and G

The Elder Scrolls IV: Oblivion Remastered Fatal Error, Quick Fix The Elder Scrolls IV: Oblivion Remastered Fatal Error, Quick Fix Apr 25, 2025 pm 08:05 PM

Solving The Elder Scrolls IV: Oblivion Remastered Crashing Issues The Elder Scrolls IV: Oblivion Remastered, released April 22, 2025, for PS5, Xbox Series X/S, and Windows, boasts stunning visuals and improved gameplay. However, some players experien

Error 0x80070643 After Windows 10 KB5057589, Learn Essentials Error 0x80070643 After Windows 10 KB5057589, Learn Essentials Apr 16, 2025 pm 08:05 PM

Microsoft's Windows 10 WinRE Update Glitch: Error 0x80070643 Explained Over a year later, Microsoft is still grappling with WinRE update issues. The recent Windows 10 KB5057589 update has brought the error 0x80070643 to light. This article explores

Resolved! Fix Oblivion Remastered out of Video Memory Error Resolved! Fix Oblivion Remastered out of Video Memory Error Apr 24, 2025 pm 08:11 PM

The "Oblivion Remastered out of video memory trying to allocate a texture" error is a frustrating issue preventing players from enjoying the game. This guide provides straightforward solutions to resolve this problem. This error can occur

How to fix KB5057056 fails to install in Windows 10? How to fix KB5057056 fails to install in Windows 10? Apr 25, 2025 pm 08:00 PM

Microsoft employs a cycle of system updates in order to keep Windows systems stable and secure. An integral part of the cycle is Patch Tuesday, whereby Microsof

See all articles