Add-Ons Not Working In Kodi | Fixes That Work Fast

Kodi add-ons stop working when repos, dependencies, or cache go stale; updating sources, clearing cache, and fixing time/network settings fixes most.

Kodi can run fine one day, then an add-on won’t install, a menu goes blank, or a stream never starts. That swing is frustrating. It’s often a repo change, a missed dependency, bad cache, or broken HTTPS.

This walkthrough keeps the fixes in order. Start with quick checks, then refresh repos and add-ons, then clean up local data, then handle network and time settings. Work top to bottom and you’ll spend less time chasing random tips and save time.

Start With Quick Checks That Catch Most Breaks

These steps take minutes and clear a lot of cases where Kodi is stuck, offline, or reading bad cached state.

  • Restart Kodi — Exit Kodi fully, then open it again so repos and services reload.
  • Reboot The Device — A reboot resets Wi-Fi, DNS, and background services.
  • Confirm Web Access — Load a few sites in a browser to confirm the network works outside Kodi.
  • Fix Date And Time — Turn on automatic time; a wrong clock can fail HTTPS certificate checks.
  • Try Another Network — Test a phone hotspot to rule out router or ISP filtering.

If playback returns after this, stop here. If installs fail, updates won’t run, or add-ons open then crash, keep going.

Common Symptoms And The Fix That Matches Them

Kodi’s popups can be vague, so it helps to map the symptom to a short fix path. Use this table for fast triage.

What You See Likely Cause Fix To Try
Failed To Install Dependency Repo feed blocked or stale Update repos, fix time, change DNS
Add-on opens then closes Corrupt cache or settings Clear cache, reset add-on data
Repo won’t update HTTPS or DNS resolution Fix clock, switch network, set DNS
Blank categories or empty lists Repo URL moved or dead Remove source, add updated URL
No streams found Providers blocked or outdated Update add-on, test another network

Update Kodi, Repositories, And Add-Ons In The Right Order

When add-ons stop working after a long stretch of no changes, the cause is often drift. Update Kodi from kodi.tv, then refresh repositories, then update add-ons and dependencies.

Update Kodi First

Install the current stable Kodi build for your platform, then open Kodi and leave it idle for a minute so update checks can run.

Force Repositories To Refresh

Force a refresh so Kodi pulls the latest repo index.

  1. Open Add-ons — Go to Add-ons from the main menu.
  2. Open The Add-on Browser — Select the box icon.
  3. Run Check For Updates — Use the left-side menu and tap Check for updates.

Update Add-Ons And Dependencies

Update the add-ons you use, then update their dependencies. If you see a dependency error, fix the source problem first, then install again.

  • Enable Auto Updates — Turn on auto-update so fixes land without manual work.
  • Update The Add-on — Open the add-on info page and install any update offered.
  • Update Dependencies — In the Dependencies list, install the available updates.

Kodi Add-Ons Not Working After Repo Changes

A repo URL can change or go offline. Kodi keeps checking the old path until you remove it, which can trigger install and update failures. This is a common reason add-ons not working in kodi shows up out of nowhere.

Remove Old Sources Cleanly

  1. Open File Manager — Go to Settings, then File manager.
  2. Select The Source — Highlight the URL you added for the repo.
  3. Remove The Source — Delete it so Kodi stops checking a dead address.
  4. Restart Kodi — Relaunch so the change takes effect.

Add The Correct Repo Source And Reinstall

Add the updated repo URL from the repo’s official site or release page, then reinstall the repo zip.

  1. Add Source — In File manager, choose Add source and enter the repo URL.
  2. Install From Zip File — Pick the new source and install the repo zip.
  3. Install From Repository — Open the repo and install the add-on again.

Clear Cache And Reset Add-On Data Without Wiping Kodi

Kodi stores thumbnails, temp files, package zips, and add-on settings in its data folder. A corrupt file can make an add-on crash on open or show empty pages. Kodi’s wiki covers where userdata lives at Userdata.

Clear The Add-On Cache First

Many add-ons include a cache clear option in their settings. Use it first since it targets the add-on’s own temp files.

  • Open Add-on Settings — Go to the add-on info page and open Settings.
  • Run Clear Cache — Use the built-in clear option, then restart Kodi.

Reset The Add-On’s Saved Settings

If cache clearing changes nothing, reset the add-on’s saved settings.

  1. Open My Add-ons — Go to My add-ons, then Video add-ons.
  2. Open The Add-on Page — Select the add-on you’re fixing.
  3. Clear Data — Use Clear data or Reset settings if your build offers it.
  4. Set It Up Again — Re-enter settings, then test.

Delete Old Package Zips

Kodi downloads install files into a packages folder. Clearing packages forces a fresh download.

  • Open The Packages Folder — Use your device file manager to reach Kodi’s data folder.
  • Delete Zip Files — Remove old zips inside the packages directory.
  • Retry The Install — Restart Kodi, then install again from the repo.

Add-Ons Not Working In Kodi When Network And Time Settings Are Off

If installs fail across many add-ons, the break may be outside Kodi. HTTPS relies on the device clock, DNS, and a clean route to the host. A mismatch can cause timeouts and “couldn’t connect” messages. This is another core reason add-ons not working in kodi keeps coming back.

Set Date, Time, And Timezone Correctly

Set time to automatic, then set the correct timezone. After that, reboot.

  • Enable Automatic Time — Turn on network time sync.
  • Set The Timezone — Pick the right zone so the offset matches your location.
  • Reboot The Device — Restart, then test repo updates in Kodi.

Switch DNS As A Fast Test

DNS issues can block repo URLs even when general browsing works. Try a trusted public resolver, then reboot the router and the device.

  • Set Router DNS — Change DNS in the router so all devices use the same resolver.
  • Try Google Or Cloudflare DNS — Use the documented IPs from each provider’s site.
  • Re-test In Kodi — Run Check for updates again.

Rule Out Router Filtering

If Kodi works on a hotspot but fails on home Wi-Fi, a router setting is in the way. Look for parental controls, DNS filtering, or security features that block unknown hosts.

  1. Test On Hotspot — Connect to a phone hotspot and try a repo update.
  2. Disable Filters — Turn off router filtering features for a test.
  3. Test Again — Retry updates after each change so you know what fixed it.

Repair Dependency Errors And Conflicting Modules

A dependency error means the add-on needs another package. Fix the named dependency first, then retry the main add-on.

Install The Named Dependency

When Kodi shows a dependency name in an error message, search for that item and install it from a repo you trust.

  • Note The Dependency Name — Read the error message and write the exact name.
  • Search In Add-ons — Use the add-ons search tool to find it.
  • Install Or Update — Install the dependency, then install the main add-on again.

Disable Repos You Don’t Use

Too many repos can lead to version clashes. Disabling unused repos reduces the chance Kodi pulls the wrong build.

  1. Open Add-on Repository — Go to My add-ons, then Add-on repository.
  2. Disable Unused Repos — Turn off repos you don’t need right now.
  3. Refresh Updates — Run Check for updates so Kodi rebuilds its view of available packages.

Test With A Fresh Kodi Profile

If many add-ons crash at once, your userdata may be corrupted. A fresh profile is a clean test.

  • Back Up Userdata — Copy the userdata folder to safe storage.
  • Create A New Profile — Use Kodi profiles or install Kodi on a spare device.
  • Install One Repo — Add one repo and one add-on to see if it works cleanly.

Keep Add-Ons Stable With A Light Routine

After you’re back up, a small routine keeps your setup steady and reduces repeat breakage.

  • Update Regularly — Open Kodi weekly so repos refresh and updates install.
  • Remove Dead Sources — Delete repo sources you no longer use.
  • Watch Storage — Leave free space so packages and cache can write cleanly.

If one add-on stays broken while others work, put your attention on that add-on’s repo source, its dependencies, and its local cache. Fix those, restart Kodi, then test again.