How can I uninstall skype for business?

Skype for Business (Lync) is a part of MS Office now.

You can only remove it if you have installed a MSI based Office, with Click-to-Run version installed, all you can do is disable.

If you have MSI based Office installed, go to appwiz.cpl & choose to change to remove Skype For Business.

enter image description here

If you have Click-to-Run based Office installed, you can only disable it from auto-starting by unchecking "Automatically start the app when I log on to Windows" or using advanced tools like Autoruns for Windows from sysinternals

enter image description here

Source 1 & Source 2


Just adding that it is possible to delete/uninstall Skype using the ODT tool. (source: https://answers.microsoft.com/en-us/msoffice/forum/msoffice_otherapps-mso_win10-msoversion_other/uninstall-skype-for-business-win-10-office-2016/9dc59f38-b63b-4532-8cff-5a9f9e67cc08?auth=1] )

Download the Office 2016 Deployment Tool from this link.

Run the downloaded .exe executable file.

Select a local folder (for example C:\ODT2016) and extract the files to that folder.

You will get two files, setup.exe and configuration.xml.

Open "configuration.xml" in a text editor (like notepad). Replace the complete content of the configuration.xml with the following lines:

<Configuration>
  <Add SourcePath="C:\ODT2016" OfficeClientEdition="32">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
      <ExcludeApp ID="Lync" />
    </Product>
  </Add>
  <Display Level="Full" AcceptEULA="TRUE" />  
</Configuration>

Change OfficeClientEdition="32" to OfficeClientEdition="64" if you are on a 64-bit system.

Save the changes and close your text editor.

Open a 'Command Prompt window' as administrator.

At the command prompt, type: (assuming that you extracted the files to "C:\ODT2016")

cd c:\ODT2016

Next, enter the following command:

setup.exe /download configuration.xml

Wait for the prompt to return. (Note that It may take a while for this command to complete). Enter the following command:

setup.exe /configure configuration.xml

Confirm to close 'Skype for Business' when asked. Wait for the setup to finish. Close the 'Command Prompt window'. Remove the folder where you extracted the files. Restart your computer to test the result.

For me this worked like a charm and Skype for Business was finally gone from my system.

Also worth noting is that all of the remaining Office applications still work just fine. The procedure has had no impact of any of their settings.