How to Remove Ads in Skype
Advertisements in Skype can be distracting and disrupt your communication experience. Here are a few effective ways to disable ads in the Skype application.
1. Adjust Skype Settings
In some versions of Skype, you can disable certain ads through the application settings:
- Open Skype and go to the “Tools” menu → “Options”.
- Select the “Notifications” section → “Alerts & Messages”.
- Uncheck the box next to “Promotions” and, if desired, “Help and Skype tips”.
- Click “Save”.
This method reduces some promotional messages but may not remove all banner ads.
2. Edit the hosts File
To completely remove ads, you can block Skype's access to ad servers by editing the hosts file:
- Open Notepad as an administrator.
- Navigate to
C:\Windows\System32\drivers\etc\hosts
and open thehosts
file. - Add the following lines at the end of the file:
127.0.0.1 rad.msn.com 127.0.0.1 apps.skype.com 127.0.0.1 static.skypeassets.com 127.0.0.1 api.skype.com
- Save the changes and close the file.
This method should block most ads in Skype. Be careful when editing the hosts
file.
3. Modify the config.xml File
You can also disable ads by tweaking the config.xml
file:
- Close Skype completely.
- Go to
C:\Users\Your_Username\AppData\Roaming\Skype\Your_Skype_ID
. - Open the
config.xml
file with Notepad. - Look for the lines
<AdvertPlaceholder>1</AdvertPlaceholder>
and<AdvertEastRailsEnabled>1</AdvertEastRailsEnabled>
and change1
to0
. - Save the file and restart Skype.
This method removes banner ads from the Skype interface.
4. Use Third-Party Ad Blockers
There are applications designed to block ads across various programs, including Skype. For example, AdGuard is effective for this purpose. However, using third-party software carries some risks, so proceed with caution.