Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Solved: The Update is Not Applicable to Your Computer (10 Proven Ways)

Solved: The Update is Not Applicable to Your Computer (10 Proven Ways)

Deependra PangeniBy Deependra PangeniAugust 8, 2022
the-update-is-not-applicable-to-your-computer

If you are performing a manual installation of updates from Microsoft, you may face the error “The update is not applicable to your computer“. This generally happens when trying to install updates KB2919355 or KB4048955 on your computer.

There are several reasons why this happens. Trying to install incompatible system updates is the main reason behind this error. However, corrupted system files and registry settings can also be the culprit.

Whatever the reasons, we will walk you through all the possible ways to fix this error.

Table of Contents

  • Probable Causes of the Error
  • Fixes: The Update is Not Applicable to Your Computer Error
    • Check the Compatibility of the Update
    • Check For the Installed Updates
    • Install the Supporting Updates
    • Run the Troubleshooting Tool
    • Run SFC and DISM Tools
    • Enable the Windows Update Services
    • Change the Regional Settings
    • Use Clean Boot Mode to Install the Updates
    • Perform a System Restore
    • Use an Alternative Method to Install the Updates

Probable Causes of the Error

Before moving to the fixes section, let’s point out some causes behind this error:
  • Missing supportive updates
  • Doubly installing the updates
  • Interfering third-party applications
  • Disabled Windows Update services
  • Misconfigured regional settings

Fixes: The Update is Not Applicable to Your Computer Error

Installing the latest cumulative updates can be troublesome if you continue facing the update installation error. You can do a minor tweak in the settings and easily solve the problem.

Here, we have compiled a list of 10 fixes you can apply to troubleshoot the problem. Let’s get straight into it:

Check the Compatibility of the Update

Installing updates can be troublesome if it is not compatible with your operating system. You may be using Windows 10 and trying to install the update made for Windows 8.1. In this case, the update is not the culprit. You made a mistake from your side. So, you must first check if the update is compatible with your system. Follow these steps:

  1. Open the link for Microsoft Update Catalog.
  2. In the search box, type the update name you want to install. For example: Type KB2919355 and click Search.
  3. It will show the Windows version with which the update is compatible. The example we just took, KB2919355, is particularly made for Windows 8.1, so you can not install it in Windows 10. 
    microsoft-update
  4. After verifying it, it’s time to check your processor architecture. Right-click This PC icon from the desktop and select Properties from the right-click context menu.
  5. In the new window, search for System type. You will see either 64-bit or 32-bit operating systems mentioned.
    system type
  6. Download and install the update according to the system architecture type. You can not install updates made for 64-bit Windows on a 32-bit computer and vice-versa.

Check For the Installed Updates

You can not install the same update twice. Maybe the update you are trying to install already exists in the system, and you are encountering the error from Windows Update Standalone Installer.

Here’s how to check if the update is already installed:

  1. Hit Windows + R key to open the Run dialog box.
  2. In the text field of the Run dialog box, type control and hit Enter to open the Control Panel.
  3. Select the Programs menu and then click Programs & features.
  4. From the left pane, select View installed updates. It will show a list of recent updates you installed in your system.
    view-installed
  5. Look for the update’s name you are wanting to install. If it is already installed, you don’t need to panic. But, if you don’t see the update listed there, try again installing the update or move to further fixes.

Install the Supporting Updates

There might be cases when installing one update requires another update to be pre-installed in your system. The packages that the post-update requires may be present in the previous one, and it may throw an error message if it does not find the respective package.

You should ensure you have installed the prerequisite update before installing another update. For example, if you want to install updates released after April 2014 on your Windows 8.1, you should first install the KB 291935 update as a prerequisite. You may search for the prerequisite update for the update you are trying to install.

Follow the steps below to see if the pre-update is installed:

  1. Open Control Panel.
  2. Navigate to: Programs > Programs & features
  3. Click View installed updates in the left section.
    view-installed
  4. Search for the name of the prerequisite update. If you see it, you are good to go. Else, install it first and then only proceed with the update you are willing to install.

Run the Troubleshooting Tool

Windows has an integrated troubleshooter that comprises many specific troubleshooting tools to help you diagnose and fix issues in your system. One of the troubleshooting tools is the Windows update troubleshooter, which fixes problems with the installer.

Here’s how to run the troubleshooter tool:

  1. Hit Windows + S key on your keyboard and type Troubleshoot settings.
  2. Click the first search result and open it.
  3. On the Troubleshoot settings page, click the Other troubleshooters option.
  4. From the list of troubleshooters, find Windows Update and click the Run button.
    run windows update troubleshooter

Run SFC and DISM Tools

Corrupted registry settings or file systems are another reason that might be causing an issue installing the updates. Running the SFC and DISM tools will fix the issues with the corrupted registry and system files and most probably fix the update error.

Follow the steps below to run these commands:

  1. Right-click the Start button and choose Run from the list of options.
  2. Type cmd in the text field and hit Ctrl + Shift + Enter to run Command Prompt as an administrator.
  3. Then type SFC /Scannow in the command window and hit Enter to run the SFC tool.
    sfc scannow
  4. Try installing the update once the SFC tool completes the scan.
  5. If you still encounter the update error, consider running the DISM tool as well. Copy and paste the command below in the command window and hit Enter.
    • Dism /Online /Cleanup-Image /RestoreHealthdism tool

Once the DISM tool does its task, try installing the update again.

Enable the Windows Update Services

Sometimes, the essential Windows services required for installing updates like Windows Update and Windows Module Installer may stop, creating an issue. In such a case, you should restart them and set their startup type to automatic, so they don’t create further problems. Here’s how:

  1. Hit Windows + R key to open Run application.
  2. Type services.msc in the text field and hit Enter to open the Services application.
  3. Search Windows Update service. Double-click the service and set Startup type to Automatic from the dropdown.
    windows update services
  4. Under Service status in the same window, click the Start button if it is stopped.
  5. Click Apply > OK to save the changes.
  6. Do the same with Windows Modules Installer service.
    windows module installer services

Change the Regional Settings

Most of the users reported that they fixed the issue after changing the regional settings. If the region on your computer is set other than the United States, there may be a problem installing the update.

Follow these steps to change the regional settings:

  1. Type Control Panel in the Windows search box and open the top result from the list.
  2. Select Clock and Region from the Control Panel home and then click Region.
  3. Select English (United States) from the Format drop-down in the Region window.
    formats-united
  4. Next, jump to the Administrative tab.
  5. Click Change system locale button.
    change-system
  6. From the Current system locale dropdown, choose English (United States).
  7. Save the changes and try installing the update afterward.

Use Clean Boot Mode to Install the Updates

Clean boot mode is the most elementary boot mode available in Windows that lets the computer start only with the fundamental system files and drivers. If any third-party application is preventing the updates from installing, you can boot your system in a clean boot mode and try installing the update.

Here’s how to boot in a clean boot mode:

  1. Open Run dialog box by pressing Windows + R key simultaneously.
  2. Type msconfig and hit Enter to open the System Configuration application.
  3. Jump to the Services tab in the System Configuration window.
  4. Check Hide all Microsoft services.
  5. Uncheck all the services shown.
    disable-services-from-system
  6. Click Apply > OK
  7. Restart your computer and try installing the updates again.

Perform a System Restore

If you recently made some changes to your system, it might be troubling for you to install the updates. You can revert to the earlier version of Windows and try installing the updates.

Here’s how to perform a system restore:

  1. Open Control Panel.
  2. Type recovery in the search box of the Control Panel.
  3. Choose the Recovery menu from the search result and then click Open System Restore.
    system-restore
  4. Follow the instructions in order to perform a system restore.
  5. Try installing the update once again after you successfully restore the system.

Use an Alternative Method to Install the Updates

You can also use an alternative method to install the updates. You normally install an update by double-clicking the MSU update installer file, but it may not always work.

You can further use DISM in the command prompt to install the updates. DISM stands for Deployment Image Servicing and Management. It is the command that can be used for installing the offline windows update files.

Follow the steps below to install the updates using DISM command:

  1. Double-click This PC from your desktop icon or hit the Windows + E key on your keyboard to open File Explorer.
  2. Open Local disk (C:) and right-click over the empty area.
  3. From the context menu, click New > Folder and rename the folder as updates.
  4. Now navigate to the folder where you have downloaded the update installer file. Click over the file and hit Ctrl + C to copy the file.
  5. Go to the updates folder you just created, open it, and hit Ctrl + V to paste the file.
  6. Rename the installer file as xyz.msu. Sometimes, the long file name creates problems executing the file; this is why we are renaming it.
    msu file in local disk c
  7. Then, right-click the Start button and select Run.
  8. Type cmd and hit Ctrl + Shift + Enter to open Command Prompt as an administrator.
  9. Copy and paste the command below:
    • Expand -F:* c:\updates\xyz.msu c:\updates\expand command
  10. After executing this command, you will see the KB number of the update you are trying to install. For example, KB2919355.
  11. Again copy and paste the command below:
    • DISM.exe /online /add-package /packagepath:c:\updates\KB.cab Replace KB in the command with the KB number. Wait until you see an update completed message.dism to install update
  12. Restart your computer.
fix
Deependra Pangeni
  • Twitter
  • LinkedIn

Meet Deependra Pangeni, A professional Computer Engineer who has been writing about technology for many years. He is also involved in different robotic projects and loves tinkering with circuit boards. He is always researching new ways to improve the website's user experience and make it easy for people to find the information they need. At TechNewsToday he mainly deals with how-to and fixes contents for a range of TV and TV products like remotes, cables and streaming devices. Along with the TV, he also specializes in hardware and software troubleshooting for printers and Windows. Deependra's passion for simplifying complex technical information for non-technical audiences is evident in his work and he is dedicated to producing high-quality content that is easy to understand. When he is not working, he enjoys gathering with his friends, partying and traveling. He is also an active member of the technical community groups and regularly participates in tech meetups. You can contact him at deepen@technewstoday.com

Related Posts

firmware vs software

Firmware Vs Software – What’s the Difference?

March 8, 2023
update sound drivers

How to Update Sound Drivers on Windows

March 7, 2023
nvidia-users-account-is-locked

Fixed: NVIDIA Users Account is Locked

March 7, 2023
windows-failed-to-start

Fixed: Windows Failed to Start A Recent Hardware or Software Change Might Be The Cause

March 7, 2023
computer-wont-shut-down

Computer Won’t Shut Down? Here’re 8 Ways to Fix It

March 5, 2023
amd-software-not-opening

How to Fix AMD Software Not Opening

March 3, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
firmware vs software

Firmware Vs Software – What’s the Difference?

March 8, 2023
keyboard sizes

All the Types of Keyboard Sizes Explained

March 8, 2023
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
You may also like
keyboard is double typing

Keyboard is Double Typing? Here’re 6 Ways to Fix it

March 9, 2023
enlarge-hp-printer

How to Enlarge Copy on HP Printer

March 9, 2023
reset msi bios

How to Reset MSI BIOS

March 9, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.