View the BITS queue on the device: bitsadmin.exe /list /allusers Clear the queue: bitsadmin.exe /reset /allusers =========== Or with PowerShell to be more future-proof: Import-Module BitsTransfer then Get-BitsTransfer -AllUsers or Get-BitsTransfer -AllUsers | Remove-BitsTransfer