Share via

windows error code 43

Anonymous
2020-12-04T07:24:57+00:00

windows cannot recognise the usb device

it is saying the last device connected to this device malfunctioned and windows cannot recognise it 

i have tried all solutions but it not solved my problem

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-12-04T07:42:29+00:00

    Hi Abinesh1 -

    I'm Kevin B. Independent advisor and a Windows user like you. I do apologize for the inconvenience that you experiencing right now, let me help you sort things out.

    Code 43 is one of the several error codes transmitted by the Device Manager. This could mean that windows have detected errors during plug in of the USB and can't initialize it. Please perform the below steps and check if it will resolve the issue.

    Perform SFC Scan and Repair Windows Image

    -This process will perform scan for any corrupted system files or integrity violation and will attempt to repair it along with the Windows Image.

    1. Open command prompt with administrator access
    2. Type each command below and wait until scan is completed.

    * sfc /scannow

    * DISM /Online /Cleanup-Image /CheckHealth

    * DISM /Online /Cleanup-Image /ScanHealth

    * DISM /Online /Cleanup-Image /RestoreHealth

    Quick note: While the command is running, it's expected to see the process stuck at 20 or 40 percent. After a few minutes, the process will complete successfully.

    Once you complete the steps, the Deployment Image Servicing and Management tool will connect to the Windows Update servers to download and replace any damaged files in the local image for Windows 10 as necessary.

    1. Close the command prompt.

    Perform Clean Boot

    • This process will eliminate 3rd party application running in the background of your computer along with services that are not needed to run windows. If there's any conflicting 3rd party application that causes the issue on your computer, this process will stop it.
    1. Open the run box by pressing the Windows Key + R and type msconfig
    2. System Configuration Utility box will open and by default you are on general tab.
    3. On the General tab, click the selective startup and make sure that load system service and load startup items both have checked mark.
    4. Click on services tab
    5. Put a check mark on Hide All Microsoft Services > This is a very important part as if you miss to click on this, computer might not boot properly or permanently and will end up on clean installation.
    6. Once Hide all Microsoft Services have checked mark on it, click on Disable All
    7. Click on the Startup Tab and click open task manager. This will open another window which contains all your startup applications on the administrator account.
    8. Disable all application that you're not using. You can simply just click on them and select disable.
    9. Click OK , Apply and close the configuration utility

    Diagnose the Device Manager

    • You can diagnose the error by going to the device manager while the USB is connected on your computer.
    1. Open the device manager by pressing the windows key + r and type devmgmt.msc then press enter
    2. Locate and expand Universal Serial Bus
    3. Identify any problematic drivers that will show under it. Usually have a yellow exclamation point on it.
    4. Right click on the problematic driver and select uninstall
    5. Once done, click on action tab on the upper part of the device manager and select scan for hardware changes.

    Close the device manager and check if issue is resolved

    Hope this will help and have a bless day!

    Thanks.

    Kevin B.

    Independent advisor

    Was this answer helpful?

    0 comments No comments