Hello Soumesh Khuntia,
This may be caused by Windows updating an incompatible driver, please follow the below method to find out the incompatible driver and remove it, then try to reinstall the driver.
You can get the list of drivers by running this command in the command prompt:
dism /online /get-drivers /format:table
After that, Make note of the Published Name (ex: "oem13.inf") of the driver that is shown as problematic.
Then use the pnputil command to delete the driver from the device:
pnputil /delete-driver <Published Name> /uninstall /force
Please note that running this command would remove the device driver and the next time you use the device, it would not work. Reinstalling the driver might help.
I hope the above information can help you, if the problem is not solved, please continue to reply me.
If there is anything not clear, please do not hesitate to let me know.
Best Regards,
Lenka-MSFT| Microsoft Community Support Specialist