I received a refurbished Dell laptop from a parent, but I'm concerned because someone else had access to it for about a week before I got it. I don't know whether anything was installed or changed, and I'm especially worried about malware, remote-access software, or even a firmware-level rootkit. Is there a reliable way to wipe and secure the computer, or would replacing it be safer?
4 Answers
There’s no need to throw the laptop away. Firmware-level rootkits are rare, while ordinary malware or hidden remote-access software is much more likely—and those are removed by reinstalling Windows from trusted media. Keep Secure Boot enabled, update the BIOS from Dell’s official support page if an update is available, and review installed programs and startup items after the reinstall.
The safest practical option is to create a Windows installer USB using a different trusted computer, boot the Dell from it, delete the existing Windows partitions, and perform a clean installation. Afterward, install updates and Dell’s official drivers, enable Secure Boot if supported, and change your passwords from the newly installed system. A normal reinstall from inside Windows is less thorough than booting from external installation media.
A factory recovery image from Dell is also a reasonable solution, especially if you want to keep the laptop’s original drivers and configuration. A clean install or factory reset would remove ordinary malware, remote-access tools, and almost anything a typical person could have installed. You can also run an offline antivirus scan from a bootable USB afterward if you want extra reassurance.
It’s technically possible, but extremely uncommon and difficult to deploy. On a modern Windows 11 laptop with Secure Boot, the risk is very low unless the person had specialized expertise and a strong reason to target the machine.
If you’re still uncomfortable with Windows, installing a current Linux distribution from a trusted USB is another option. Windows malware generally won’t run on Linux, but you should still erase the drive first and download the installer and drivers only from official sources.

I was mainly worried about something surviving the reset, like a BIOS or firmware rootkit. Is that a realistic concern here?