Skip to content
Follow
Windows

How to Install or Uninstall Built-in Sysmon on Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Jul 10, 2026 3 min read
How to Install or Uninstall Built-in Sysmon on Windows 11
How to Install or Uninstall Built-in Sysmon on Windows 11
⚡ Quick Answer

Install Sysmon by opening Windows Terminal as administrator, enabling the Sysmon feature, and then running “Sysmon -i”. Uninstall it by disabling the Sysmon feature in Terminal and restarting your PC when prompted. You need administrator rights for both actions.

What is Sysmon?

System Monitor (Sysmon) is a built-in Windows 11 tool that tracks background activity, recording events like program launches and network connections. Detailed logging clarifies what happens on your PC, giving security issues less room to hide.

Why use Sysmon? It offers a detailed view of your system’s activity. This deep visibility helps flag security threats and speeds up troubleshooting.

Installation starts logging system events automatically. Reviewing these Sysmon logs creates a clear picture of computer activity over time.

Recent Windows 11 versions include Sysmon by default, eliminating the need for extra downloads.

📝Important
Administrative privileges are required to install or remove this feature. ⚙️

Option 1Install or Uninstall Sysmon Using Windows Settings

  1. Open Settings by pressing Win+I.
  2. Click System from the left menu, then select Optional features on the right.
  3. Click More Windows Features near the top.
  4. In the new window, find Sysmon in the list.
  5. To install, check the box next to Sysmon. To uninstall, uncheck the box.
  6. Click OK.
  7. Depending on your choice:
    • If installing , click Close.
    • If uninstalling, click Restart now to finish the removal.

Press Win+I to open Settings , then go to System Optional features More Windows Features to find Sysmon.

Optional features Windows 11 tile
Optional features Windows 11 tile

Optional features Windows 11 link
Optional features Windows 11 link

Optional features sysmom selection
Optional features sysmom selection

Finish Installing Sysmon via Command Line

  1. Open Windows Terminal (Admin) (Admin). ⚙️ Choose either PowerShell or Command Prompt.
  2. Type or paste the command below, then press Enter:

    Sysmon -i
  3. After it finishes, you can close the Terminal and Settings.

Option 2Install Sysmon Using Command Line Only

  1. Open Windows Terminal (Admin) ⚙️ and pick PowerShell or Command Prompt.
  2. Run one of these commands to turn on the Sysmon feature:
    • PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName Sysmon
    • Command Prompt: DISM /Online /Enable-Feature /FeatureName:"Sysmon"
  3. Next, run this command to install Sysmon itself:

    Sysmon -i
  4. Close the Terminal when done.

Option 3Uninstall Sysmon Using Command Line

  1. Open Windows Terminal (Admin) ⚙️ and pick PowerShell or Command Prompt.
  2. Run one of these commands to turn off (uninstall) Sysmon:
    • PowerShell: Disable-WindowsOptionalFeature -Online -FeatureName Sysmon
    • Command Prompt: DISM /Online /Disable-Feature /FeatureName:"Sysmon"
  3. When asked, type Y and press Enter to restart your PC and finish uninstalling.

Summary

  • What Sysmon Does: Tracks and logs important system activities to help spot security problems.
  • Admin Rights Needed: You must be signed in as an administrator to add or remove Sysmon. ⚙️
  • Easy Installation Options: Use Settings or Command Line tools like Windows Terminal.
  • Restart May Be Required: Removing Sysmon usually needs a reboot to complete.
  • Built into Windows 11: No need to download anything extra on newer Windows 11 versions.

Tracking background activity helps spot potential threats early. Administrator rights are required for any changes, and removing the feature usually calls for a system restart.

Is Sysmon included in 🪟 Windows 11?

Sysmon (System Monitor) is an optional feature for Windows 11 and Windows Server 2025. Turning it on keeps the monitor active across restarts, recording system activity in the Windows Event Log.

Is Microsoft rolling out native Sysmon monitoring in 🪟 Windows 11?

Is Microsoft rolling out native Sysmon monitoring in Windows 11? Microsoft integrates System Monitor (Sysmon) directly into Windows 11. This change brings advanced threat detection directly into the operating system.

How do I set up Sysmon on Windows?

In Event Viewer, navigate to Applications and Services Logs > Microsoft > Windows > Sysmon > Operational. Look for Sysmon events like Process Create, Network Connect, or File Create. Finding these events confirms the built-in monitor runs with an active configuration.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Turn On or Off Let Windows Manage Default Printer in Windows 11
Windows How to Turn On or Off Let Windows Manage Default Printer in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *