"Device not migrated" is a Windows message, usually seen in Device Manager, meaning that during an update or upgrade the settings for a piece of hardware did not carry over to the new setup. The full text often reads "was not migrated due to partial or ambiguous match." It normally points to a driver mismatch after a Windows update, and it is only a problem if that device has stopped working.
Why this happens
When Windows installs a major update, it "migrates" each device's configuration from the old install to the new one. If it cannot cleanly match a device to its old settings, it logs this message.
- Windows feature update: The most common trigger. During the upgrade the device could not be matched to its previous driver or settings.
- Driver mismatch or corruption: The installed driver is outdated, corrupt, or does not match the hardware exactly.
- Missing chipset or motherboard drivers: Storage, USB, and audio controllers often show this when chipset drivers are out of date.
- Loose or faulty hardware: A poorly connected device (for example a USB device or an internal card) can fail to match.
- Firmware or BIOS out of date: Older firmware can cause matching problems with newer Windows builds.
Is this normal?
Seeing this message after a big Windows update is fairly common, and often the device still works fine. It only matters when the affected hardware, such as sound, a USB port, or a network adapter, has actually stopped functioning.
Does it cause any problems?
Sometimes none at all. When it does cause a problem, that specific device does not work: no sound, a dead USB port, no network, or a missing graphics feature. The message tells you which device to focus on.
How to fix or check it
- Identify the device: Open Device Manager, find the device (often with a warning icon), open its Properties, and check the Events tab for the "not migrated" entry.
- Update the driver: Right-click the device and choose Update driver. If that fails, download the latest driver from the device or PC manufacturer.
- Uninstall and rescan: Right-click the device, choose Uninstall device, then use Action > Scan for hardware changes so Windows reinstalls it cleanly.
- Install chipset drivers: Get the latest chipset and motherboard drivers from the manufacturer, since these fix many migration issues at once.
- Reseat the hardware: If it is a removable device, unplug and replug it, or try a different port. For internal cards, reseating can help if you are comfortable doing so.
- Repair system files: Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth in an administrator Command Prompt.
- Update BIOS/firmware: If the device still fails, check the manufacturer's site for a firmware or BIOS update.
- Ignore it if the device works: If everything functions normally, the log entry is harmless and can be left alone.
Frequently asked questions
Is device not migrated a serious error?
Usually not. It is an informational message from a Windows update. It only becomes serious if the affected device stops working, in which case updating or reinstalling that device's driver normally fixes it.
Do I need to fix it if everything still works?
No. If sound, network, USB, and other hardware all function normally, you can safely ignore the message. It simply records that a setting did not transfer, not that anything is broken.
What is the fastest fix when a device really stopped working?
Uninstall the device in Device Manager, then choose Scan for hardware changes to reinstall it, or install the latest driver from the manufacturer. Updating chipset drivers often resolves several affected devices at once.