Windows Server 2016 - Sluggish and updates failing

Anonymous
2024-09-20T00:00:19+00:00

Our server is running Windows Server 2016 (Essentials) which has a few problems.

For as long as I remember it's been extremely sluggish to use, but more recently updates are failing.

Every night it tries and fails to install the latest update.

Is there anything that can be done to get it healthy again?

One thought was to do an in-place upgrade to try to solve it.

Would an upgrade from 2016 to 2022 Essentials be free?

Windows for business | Windows Server | Performance | System performance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-09-24T06:52:12+00:00

    Hello,

    Please firstly run below command to scan some system files and check result:

    sfc /scannow

    Dism /Online /Cleanup-Image /restoreHealth

    Create folder C:\temp\cab 

    Download the update from Microsoft Update Catalog to C:\temp 

    Expand the .msu file to extract the .cab file by running below command in CMD: 

    expand -F:* C:\temp{.msu file name with extension} C:\temp\cab

    You will get a .cab file from last step, use the following DISM command to add package: 

    Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}

    If there is no error, reboot the machine

    If there is error, please show us screenshots of running all above commands.

    Best Regards,

    Molly

    1 person found this answer helpful.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-09-20T06:03:31+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to update.

    You can try run the windows update trouble-shooter to check the update issue:

    Select Start > Settings > Update & Security  > TroubleshootAdditional troubleshooters. Next, under Get up and running, select Windows Update > Run the troubleshooter.

    Yes, in place upgrade is also an option, you can refer to this link about doing in place upgrade on Server 2016 to Server 2022:

    Perform a Feature Update of Windows Server | Microsoft Learn

    Have a nice day. 

    Best Regards,

    Molly

    0 comments No comments
  2. Anonymous
    2024-09-20T07:57:00+00:00

    I don't see Troubleshoot as an option under Update & Security.

    On the left side I have Windows Update, Windows Defender, Recovery, Activation & For Developers

    For some reason the recovery page is blank, and I can't see Troubleshooter as an option in the other tabs.

    0 comments No comments
  3. Anonymous
    2024-09-24T09:25:09+00:00

    Solved. Thank you.

    Working perfectly now.

    There were corrupted files that Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension} fixed

    0 comments No comments
  4. Anonymous
    2024-09-25T00:47:28+00:00

    Hello,

    You're welcome, glad to know the issue was resolved!

    Best regards,

    Molly

    0 comments No comments