Fix: Uninstall SkypeHost.exe On Windows 10

With the release of the all new Windows 10, came all new features and applications with it. Among them was the integration of the Messaging app and Skype Video app into Windows 10. Skype Video app here provides built in capabilities for video chat. The process in question here, skypehost.exe, is the process used by the built in Skype App and Skype Video App in Windows 10.

As Windows 10 is still a fresh release, bugs are bound to be discovered. One of them is the high CPU usage of skypehost.exe and numerous errors caused by it in the background (can be checked through Event Viewer). Any attempt to stop it or disable it through mainstream procedures may stop it temporarily but it will start itself automatically unless it has been properly uninstalled.

Now here’s something that you should understand. Skype if running as an app on Windows 10, will result in High CPU Usage and other errors. However, if you run the Desktop version of Skype downloaded directly from the Skype site, then you will not have such issues. So first, we need to uninstall the app and then you can download and install Skype desktop (if you need to).

To stop Skype App from running in the background, all you have to do is uninstall the built in Messaging spp, Skype Video App, and Skype app from your Windows 10. There are 4 methods listed in this guide, start with the first one and follow all until SkypeHost has been completely removed. In most cases, method 1 will do.

Method 1: Remove It through Apps and Features

  1. Hold Windows Key and Press I. Click on System. Then click on Apps and Features in the left pane.
  2. Search for Messaging, Skype Video App, and Skype app. Select them click Uninstall.

skypehost

Method 2: Remove it through PowerShell

  1. Press the Windows key. Type PowerShell in the search box.
  2. Right click on Windows PowerShell in the search results and click Run As Administrator.
  3. In the Windows PowerShell window, type the following commands and press Enter after each:Get-AppxPackage *Messaging* | Remove-AppxPackageGet-AppxPackage *skypeapp* | Remove-AppxPackage
  4. Restart your system and test.

skypehost-1

Method 3: Remove Skype App through Full Package Name:

  1. Open PowerShell through the method given above. In it type Get-AppxPackage | Select Name, PackageFullName and press Enter.
  2. From the list of results displayed, locate Microsoft.SkypeApp and note down the PackageFullName value.
  3. Then type the following command, and replace PackageFullName with the value you noted.Get-AppxPackage PackageFullName | Remove-AppxPackage
  4. Then press ENTER. If Microsoft.SkypeApp does not appears, then the app is already removed.

Method 4: Delete the Skypehost.exe File Manually

This method should only be used as a last resort. In this solution, we will use a batch file to eliminate this error. Create a batch file (.bat) with the following code Save the file. After the file has been saved/downloads, right click on the downloaded file “DelSkypeHost.bat” and choose Run As Administrator.

@ECHO OFF
ECHO
takeown /f "C:\Program Files\WindowsApps\*"
icacls "C:\Program Files\WindowsApps\*" /grant administrators:f
move "C:\Program Files\WindowsApps\*" "%userprofile%\desktop"
ren "%userprofile%\desktop\SkypeHost.exe" "SkypeHost3.exe"
del "%userprofile%\desktop\SkypeHost3.exe"
pause

The Skypehost.exe should be deleted and out of your hair now. If for some reason you get Access Denied error in the black command window, just restart Windows and delete skypehost from your desktop manually.

Installing Skype Desktop On Windows 10

After you have successfully uninstalled the Skype App, following any of the methods above; you can then download the Skype Desktop for Windows 10 from here and install it. After the setup file has been downloaded, run it. Once Skype is installed, you should see the usual icon for it (like the one you had with previous versions of Windows).

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

16
    JC
    JUAN CHACON Feb 18, 2016

    gracias me resulto util

    AY
    ayyy Mar 26, 2016

    helpful!

    WH
    Will Hunter Mar 29, 2016

    thanx

    DA
    danielsantos60 Mar 31, 2016

    Thank you very much

      KA
      K. Arrows Author Mar 31, 2016

      Welcome.

    EF
    Eren FT Apr 12, 2016

    Thank you, thank you very much!!

    A
    Andy H. Apr 17, 2016

    Thanks a lot for the post! My machine was running this all the time. One more you may want to add to your list of programs to check for in Method 1: “Get Skype”

    I removed “Messenger + Skype” but I did not have “Skype Video app” and “Skype app” listed on my machine at the time (but I did have “Get Skype”).

    Thanks again!

    Reply
    CO
    Confever Jun 5, 2016

    thanks a lot !!

    FT
    Fatih Tube Jul 16, 2016

    thanks a lot, it is working.

    JO
    Johan Aug 28, 2016

    Clicked on W10 startmenu scrolled down to skype and uninstalled it.

      KA
      K. Arrows Author Aug 28, 2016

      The guide comes into play when Skype isn’t uninstalled completely.

    AR
    Arbitare Sep 21, 2016

    Thank you very much. I followed the first method. Done. But, I hope not receive high CPU usage of skypehost.exe again.Regards

    SS
    Santosh K. Shah Jul 18, 2017

    how do I do it for windows7

      KA
      K. Arrows Author Aug 5, 2017

      try method 4, or use revouninstaller.

    JM
    Jahendra Mundhe Dec 3, 2020

    i tried method 1 for uninstalling skypehost, but the app still in my laptop. how I uninstall it

      MZ
      Muhammad Zubyan Author Dec 4, 2020

      We have listed other methods as well try them and let me know how it goes.