Fix Background Intelligent Transfer Service Missing from services

Fix Background Intelligent Transfer Service Missing from services: If you are facing issues with Windows update or you can’t update Windows at all then chances are one of the related services might have been disabled or stopped working. Windows update depends on Background Intelligent Transfer Service (BITS) which acts as a download manager for it, but if the service is disabled then Windows update won’t work. Now the most obvious thing is to enable BITS from services window, but that’s where it gets interesting, the Background Intelligent Transfer Service (BITS) is nowhere to be found in the service.msc window.

Fix Background Intelligent Transfer Service Missing from services

Well, that’s very strange issues as BITS is present in every PC by default and there is no way it could just disappear from Windows. This can be caused because of malware or virus infection which might have deleted BITS from your PC altogether and if you try to run Windows Update you will get an error code 80246008. Anyway, without wasting any time let’s see how to actually Fix Background Intelligent Transfer Service Missing from services with the help of below-listed troubleshooting guide.

Fix Background Intelligent Transfer Service Missing from services

Make sure to create a restore point just in case something goes wrong.

Method 1: Re-Register BITS

1.Press Windows Key + X then select Command Prompt (Admin).

command prompt with admin rights

2.Type the following command into cmd and hit Enter:

sc create BITS binpath= “c:\windows\system32\svchost.exe – k netsvcs” start= delayed-auto

Re-Register Background Intelligent Transfer Service (BITS)

3.Exit cmd and reboot your PC to save changes.

4.Press Windows Key + R then type services.msc and hit Enter.

services windows

5.Find BITS and double click on it, make sure to set the Startup type to Automatic and click on Start.

Make sure BITS is set to Automatic and click Start if the service is not running

6.Click Apply followed by OK.

7.Restart your PC to save changes and see if you’re able to Fix Background Intelligent Transfer Service Missing from services window.

Method 2: Re-Register DLL files

1.Press Windows Key + X then select Command Prompt (Admin).

command prompt with admin rights

2.Type the following command one by one and hit Enter after each one:

REGSVR32 QMGR.DLL /s
REGSVR32 QMGRPRXY.DLL /s
REGSVR32 WUPS2.DLL /S
REGSVR32 WUPS.DLL /S
REGSVR32 WUAUENG.DLL /S
REGSVR32 WUAPI.DLL /S
REGSVR32 WUCLTUX.DLL /S
REGSVR32 WUWEBV.DLL /S
REGSVR32 JSCRIPT.DLL /S
REGSVR32 MSXML3.DLL /S

3.Once the command is completed again try to Start BITS services.

4.Reboot your PC to save changes.

Method 3: Run Microsoft Fixit Tool

Sometimes a lot of trouble can be saved by just running Microsft Fixit as it can troubleshoot the issue and then actually fix it. If Fixit is not able to Fix Background Intelligent Transfer Service Missing from services window issue then no worry, continue to the next method.

Method 4: Run System File Checker

1.Press Windows Key + X then click on Command Prompt(Admin).

command prompt with admin rights

2.Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)

SFC scan now command prompt

3.Wait for the above process to finish and once done restart your PC.

Method 5: Run DISM

1.Press Windows Key + X and select Command Prompt(Admin).

command prompt with admin rights

2.Type the following command in cmd and hit enter after each one:

a) Dism /Online /Cleanup-Image /CheckHealth
b) Dism /Online /Cleanup-Image /ScanHealth
c) Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system

3.Let the DISM command run and wait for it to finish.

4. If the above command doesn’t work then try on the below:

Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

Note: Replace the C:\RepairSource\Windows with the location of your repair source (Windows Installation or Recovery Disc).

5.Reboot your PC to save changes and see if you’re able to Fix Background Intelligent Transfer Service Missing from services window, if not then continue to the next method.

Method 6: Registry Fix

Note: Make sure to the backup registry, just in case something goes wrong.

1.Go here and download the registry file.

2.Right-click on the file and select Run as Administrator.

3.It will ask for permission to merge the file, click Yes to continue.

Registry Fix for BITS missing from services window, select yes to continue

4.Reboot your PC to save changes and again Start BITS from services.

Make sure BITS is set to Automatic and click Start if the service is not running

5.If you still can’t find it then follow Method 1 & 2.

6.Restart your PC.

Recommended for you:

That’s it you have successfully Fix Background Intelligent Transfer Service Missing from services window but if you still have any questions regarding this post feel free to ask them in the comment’s section.

Leave a Comment

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