What an HWID ban actually is
HWID stands for Hardware ID. When you get hit with one, the anti-cheat (EAC, BattlEye, whatever Fortnite is leaning on that month) has read a list of fingerprints off your PC and saved them to a blacklist. The account is gone, sure, but the machine is also flagged. Make a new account, install the game, hit launch, and you get bounced before the menu loads. The IP isn't the problem. The hardware is.
People mix this up with account bans all the time. An account ban kills the login. An HWID ban kills the PC for that game. Two different things, two different fixes.
What the anti-cheat reads
As of 2026, here's what's actually being collected when EAC and BattlEye fingerprint a machine:
- Motherboard serial
- Disk drive serials (each disk separately, not just the boot one)
- MAC addresses on the NIC and the wireless card
- GPU serial and firmware version
- RAM DIMM serials, each module
- Monitor EDID data, which includes the display serial
- USB controller IDs
- BIOS/UEFI version strings
- TPM module identifiers
That's a lot of signal. Swapping one drive doesn't help. Reinstalling Windows doesn't help. The fingerprint is built from the whole stack, and if enough of it matches a blacklisted set, you're out.
What a spoofer does
A spoofer runs at the kernel level. Same layer as the anti-cheat driver. It loads before the AC initializes, and it intercepts the system calls the AC uses to read those hardware values. When the AC asks the kernel for your motherboard serial, the spoofer hands back a randomized fake. Same for every other identifier on the list.
From the anti-cheat's point of view, the machine looks brand new. Not your old PC with a clean install. A different PC. That's the whole trick.
This is also why a spoofer is not a magic wand. It does not unban your old account. The account is dead, that data lives on a server you can't touch. What a spoofer does is let a fresh account play from the same physical PC. That's it. If you wanted to keep the old account, you needed to not get banned.
Temporary vs permanent
Two kinds of spoofers exist and the difference matters.
Temporary (in-memory)
The fake values live in memory. Reboot the PC and the real IDs come back. You re-run the spoofer before each session. This is the safe choice. Nothing on your hardware is actually being rewritten. If something goes wrong, you reboot and you're back to normal.
Permanent
This one flashes your BIOS or rewrites disk firmware so the IDs actually change at the hardware level. It survives reboots. It also can brick your motherboard if the flash fails mid-write. That's not theoretical. People lose boards to it. Unless you have a very specific reason to go permanent, don't.
Almost everyone should be on a temporary spoofer.
The cat-and-mouse part
Spoofers don't stay working forever. Here's the cycle:
- A spoofer dev figures out which IDs the AC is reading and where.
- The AC team adds new IDs to the check, or reads the existing ones a different way.
- Some spoofers miss the new check and get detected in a wave.
- The spoofer dev patches, ships an update, people are back online.
Plan to update your spoofer on the same cadence as game patches. If you skip an update and log in on the old version after a major AC push, you're rolling the dice. This isn't paranoia. It's just how the arms race works.
Where you get it from matters
A spoofer needs admin or kernel access to your PC. That is full access. Whoever wrote it can do anything they want on your machine if they feel like it.
Grabbing a "free HWID spoofer" off a random Discord link or a YouTube comment is not a deal. It's an invitation. Cryptominers, info stealers, RATs, this is exactly how they get installed on gamer PCs. The "free spoofer" works just well enough that you don't notice the other thing it's doing.
Stick to a vendor with a track record and people who can vouch for it. FN Vantage ships with a built-in HWID spoofer, so if you're already on our cheat you don't need to source one separately. Same place, same support, same update cycle as the cheat itself. That's the point.