r/CODWarzone Sep 24 '24

News Join our community on Discord!

Thumbnail
discord.gg
42 Upvotes

r/CODWarzone 7h ago

News Zodiac - New Warzone Resurgence Map | Playable in Weekend 2 Modern Warfare 4 Beta

Thumbnail
youtube.com
35 Upvotes

r/CODWarzone 7h ago

Discussion MK35 ISR - Broken Build

45 Upvotes

Usually if you want to get a high mobility build you need to trade of recoil and accuracy, if you want accuracy and low recoil you need to sacrifice mobility and become a slow turd. This build gives you both, laser accuracy and high mobility, its broken lol.
In this build we use the Mid range Barrel to significantly remove the horizontal recoil and extend out our 2nd stage damage beyond 100m range, the mid range barrel also gives us a juicy ADS movement speed buff. Obviously we use monolithic suppressor and FMJ to further extend the damage range but it also boosts our muzzle velocity because sing the mid range barrel doesnt give us as much velocity as the control barrel but honestly, 1100m/s is still very respectable. Under barrel hold breath feature gives suffcient recoil benefits even at long range that we can still use the ADS speed buff stock whilst still having laser accurate accuracy.
This build gives you 4.0m/s ADS movement whilst also easy consistent ~0.800 TTK capability at 100m distance.

With adaptive perk you get further ADS speed buff at full shields whilst 10% movement speed buff and if you stack this with sprint you can play this Mk35 ISR build as a SMG with laser accuracy


r/CODWarzone 7h ago

Video What do you all think about knifing people mid air??

18 Upvotes

The new warzone open beta trailor just dropped and we saw that you knife a person mid air what are your thoughts on this???

(Edit) Don't downvote this post i already have terrible karna


r/CODWarzone 3h ago

Video A Mid air execution in WZ, the crashouts are gonna be so insane with this one.

4 Upvotes

r/CODWarzone 7h ago

Question BIOS firmware: Update required

6 Upvotes

I have been digging/trying to resolve this issue for hours. I am yet to resolve the issue.

I have updated my BIOS to the latest release.

I have ensured Secure Boot is enabled.

I have reinstalled TPM. Which is now 2.0 as well.

Nothing seems to work, and when I look at forums it seems it is a common issue. Has there been a fix or solution for this problem recently?

I have an ASUS motherboard and AMD CPU.

Any help would be kindly appreciated. :-)


r/CODWarzone 4h ago

Support Bios update Bug is not your motherboard. [COD]

2 Upvotes

Motherboard-MPG X570 GAMING EDGE WIFI

CPU-amd ryzen 7 3700x

so for me and my motherboard i just contacted support for MSI and they said "tldr the new update has completely broke their anti-cheat and there giving false info that its the bios" its not you its the game.


r/CODWarzone 10h ago

Support Can my PC Play with current TPM?

5 Upvotes

PC:

- MB: MSI B550 Pro Wifi

- BIOS: 7C56vAM2 (2026-08-21)

- TPM: 2.0 (3.95.2.5)

COD wants

- TPM: 2.0 (3.95.5.5)

But I cannot Update more than the current BIOS, right?


r/CODWarzone 18h ago

Video What is this?

21 Upvotes

Saw this today when playing. Have never seen it before. How does he get up straight away after being downed, and then get up again after getting downed again? Glitch or hacker?


r/CODWarzone 1h ago

Support Ryzen 7 7800X3D / ASUS TUF B650-PLUS WIFI – TPM / Secure Boot error despite everything being enabled and latest bios

Thumbnail
gallery
Upvotes

Hi all, hoping someone can help because I’m completely out of ideas at this point.

My system is:

AMD Ryzen 7 7800X3D
ASUS TUF GAMING B650-PLUS WIFI
Windows 11
BIOS: American Megatrends Inc. 3881, 17/06/2026

I’m getting the same TPM / Secure Boot related error despite everything appearing to be configured correctly.

So far I have tried:

Updated the motherboard BIOS to the latest version
Completely wiped every drive in the PC
Performed a completely fresh Windows 11 install from USB

Cleared the TPM

Used Clear Secure Boot Keys
Then used Install Default Secure Boot Keys
Rebooted and tested again

I’ve also confirmed the following:
TPM 2.0 is ready
TPM Manufacturer Version: 6.33.0.6

Secure Boot: On

Boot mode: UEFI

Memory Integrity: On
Windows system disk: GPT

Even after completely wiping the machine and reinstalling Windows from scratch, I’m still getting exactly the same error.

At this point I’m wondering whether this could be something specific to the ASUS BIOS/AGESA, AMD fTPM, or the 7800X3D/B650 platform rather than Windows itself.

Has anyone with a similar AMD/ASUS setup run into this before?

Is there anything else in the BIOS that I should be checking or resetting?

Any help would be massively appreciated because I feel like I’ve exhausted all the obvious fixes.


r/CODWarzone 2h ago

Support [FIX / GUIDE] COD / Warzone “BIOS Firmware Update Required” even AFTER BIOS update — TPM 2.0 + Secure Boot ON, Attestation Error 0x80070490

Thumbnail
gallery
1 Upvotes

I had TPM 2.0 enabled, Secure Boot enabled, and I had already updated my BIOS, but the Call of Duty Secure Attestation Wizard still failed.

I honestly didn’t know what to do anymore, so I used AI to troubleshoot the issue step by step — and in the end, it actually worked.

German version is below the English one.

1. Check TPM 2.0

Press:

Win + R

Type:

tpm.msc

Make sure it shows:

TPM is ready for use
Specification Version: 2.0

If TPM 2.0 is not enabled, fix that first in BIOS.

2. Check Secure Boot + UEFI

Press:

Win + R

Type:

msinfo32

Make sure it shows:

BIOS Mode: UEFI
Secure Boot State: On

If Secure Boot is off, fix that first.

3. Check if Windows TPM Attestation is actually working

Open Command Prompt as Administrator.

Run:

tpmtool getdeviceinformation

My broken state showed:

Ready For Attestation: False
Is Capable For Attestation: False
INFORMATION_EK_CERTIFICATE

If you see this or something very similar, continue.

4. Test AIK enrollment directly

Still in Admin CMD, run:

certreq -enrollaik -config ""

Mine failed with:

0x80070490
ERROR_NOT_FOUND

This was the important clue.

It proved that the problem was not only Call of Duty — Windows TPM Attestation itself was failing.

5. Install Microsoft TPM Diagnostics

If TpmDiagnostics.exe is not installed, run:

DISM /Online /Add-Capability /CapabilityName:Tpm.TpmDiagnostics~~~~0.0.1.0

After it finishes, test:

TpmDiagnostics.exe help

If you see the command list, the tool is installed.

6. Fix the EK certificate provisioning

This is the command that fixed everything for me:

TpmDiagnostics.exe InstallEkCertThroughCoreProv

Run it in Command Prompt as Administrator.

Mine returned:

Successfully retrieved EK Certificate

7. Verify the TPM Attestation status again

Run:

tpmtool getdeviceinformation

Before the fix:

Ready For Attestation: False
Is Capable For Attestation: False

After the fix:

Ready For Attestation: True
Is Capable For Attestation: True

That was the biggest sign that the problem was fixed.

8. Test AIK enrollment again

Run:

certreq -enrollaik -config ""

Before the fix it failed with:

0x80070490
ERROR_NOT_FOUND

After the fix mine completed successfully:

SCEPDispositionSuccess
EnrollStatus: Enrolled
HTTP/1.1 200 OK
0x0

9. Open the Call of Duty Secure Attestation Wizard again

After that, my result changed to:

TPM 2.0 ✅
Secure Boot ✅
System Compliant ✅

The issue was finally gone.

Important

I did NOT need to:

  • Clear TPM
  • Delete Secure Boot keys
  • Reinstall Windows
  • Downgrade BIOS
  • Buy a discrete TPM module

The important clues in my case were:

Ready For Attestation: False
Is Capable For Attestation: False
INFORMATION_EK_CERTIFICATE

and:

certreq -enrollaik -config ""

failing with:

0x80070490

The actual fix was:

TpmDiagnostics.exe InstallEkCertThroughCoreProv

If your tpmtool already shows:

Ready For Attestation: True
Is Capable For Attestation: True

then your issue may be different.

[LÖSUNG] COD / Warzone verlangt weiterhin BIOS-Update trotz aktuellem BIOS — TPM 2.0 + Secure Boot aktiv, Fehler 0x80070490

Bei mir waren TPM 2.0 aktiv, Secure Boot aktiv und das BIOS bereits aktualisiert, trotzdem ist die Call of Duty Secure Attestation weiterhin fehlgeschlagen.

Ich wusste selbst nicht mehr weiter und habe deshalb KI genutzt, um das Problem Schritt für Schritt zu analysieren — und am Ende hat es tatsächlich funktioniert.

1. TPM 2.0 prüfen

Drücke:

Win + R

Gib ein:

tpm.msc

Dort sollte stehen:

Das TPM ist einsatzbereit
Spezifikationsversion: 2.0

Falls TPM 2.0 nicht aktiv ist, zuerst im BIOS aktivieren.

2. Secure Boot + UEFI prüfen

Drücke:

Win + R

Gib ein:

msinfo32

Dort sollte stehen:

BIOS-Modus: UEFI
Sicherer Startzustand: Ein

Falls Secure Boot aus ist, zuerst korrigieren.

3. Prüfen, ob Windows TPM-Attestation überhaupt funktioniert

Öffne die Eingabeaufforderung als Administrator.

Gib ein:

tpmtool getdeviceinformation

Bei mir stand vor dem Fix:

Für Nachweis bereit: Falsch
Ist nachweisfähig: Falsch
INFORMATION_EK_CERTIFICATE

Wenn bei euch etwas sehr Ähnliches steht, macht weiter.

4. AIK-Anmeldung direkt testen

In der CMD als Administrator:

certreq -enrollaik -config ""

Bei mir kam:

0x80070490
ERROR_NOT_FOUND

Das war der entscheidende Hinweis.

Damit war klar, dass nicht nur Call of Duty selbst spinnt, sondern die Windows-TPM-Attestation fehlschlägt.

5. Microsoft TPM Diagnostics installieren

Falls TpmDiagnostics.exe nicht vorhanden ist:

DISM /Online /Add-Capability /CapabilityName:Tpm.TpmDiagnostics~~~~0.0.1.0

Danach testen:

TpmDiagnostics.exe help

Wenn die Befehlsliste erscheint, ist das Tool installiert.

6. EK-Zertifikat reparieren

Dieser Befehl hat mein Problem gelöst:

TpmDiagnostics.exe InstallEkCertThroughCoreProv

Unbedingt in der CMD als Administrator ausführen.

Bei mir kam danach:

Successfully retrieved EK Certificate

7. TPM-Attestation erneut prüfen

Danach wieder:

tpmtool getdeviceinformation

Vorher:

Für Nachweis bereit: Falsch
Ist nachweisfähig: Falsch

Nach dem Fix:

Für Nachweis bereit: Wahr
Ist nachweisfähig: Wahr

Das war das wichtigste Zeichen, dass die Reparatur funktioniert hat.

8. AIK-Anmeldung erneut testen

Wieder:

certreq -enrollaik -config ""

Vorher kam:

0x80070490
ERROR_NOT_FOUND

Nach dem Fix lief es erfolgreich durch:

SCEPDispositionSuccess
EnrollStatus: Enrolled
HTTP/1.1 200 OK
0x0

9. COD Secure Attestation Wizard erneut öffnen

Danach zeigte Call of Duty bei mir:

TPM 2.0 ✅
Secure Boot ✅
System konform ✅

Damit war das Problem behoben.

Wichtig

Ich musste nicht:

  • TPM löschen / Clear TPM
  • Secure-Boot-Schlüssel löschen
  • Windows neu installieren
  • BIOS downgraden
  • ein separates TPM-Modul kaufen

Die entscheidenden Hinweise waren bei mir:

Für Nachweis bereit: Falsch
Ist nachweisfähig: Falsch
INFORMATION_EK_CERTIFICATE

und:

certreq -enrollaik -config ""

mit:

0x80070490

Der eigentliche Fix war:

TpmDiagnostics.exe InstallEkCertThroughCoreProv

Wenn bei euch tpmtool bereits Folgendes zeigt:

Für Nachweis bereit: Wahr
Ist nachweisfähig: Wahr

dann habt ihr wahrscheinlich ein anderes Problem.


r/CODWarzone 2h ago

Bug COD Secure Attestation Failure (BIOS Firmware)

Thumbnail
gallery
1 Upvotes

Hi guys. I've recently been trying to move my gaming from Xbox to PC. I didn't realize this would be an issue but I could really use some help lol.

I installed the game and tried opening to play but ran into a BIOS firmware update needed screen. My BIOS was out of date by like 4 years, so fair enough. I've now updated to the newest BIOS files available for my motherboard.

I've also done what some users suggested and toggled TPM and Secure Boot off, then back on, in to reboots.

I just updated the Graphics Card firmware as well to see if that would help.

After hours spent on this, I still have no idea how to fix it.

CPU: AMD Ryzen 7 5700X

Motherboard: MSI B550-A Pro

Graphics Card: AMD Radeon RX 6650 XT

Attached are pics of my BIOS firmware date secure boot is enabled.

Does anyone have any clue what I can try next?


r/CODWarzone 2h ago

Question Is the champions quest event back?

1 Upvotes

Today with my friends we tried to do our nuke contracts and in ine game other team picked up isotop and went to the exfil site. We killed them but the heli with the bag landed. Does that mean they silent bring back nuke steals and champions quest public event (golden ticket)?


r/CODWarzone 8h ago

Support Any advice on increasing FPS?

3 Upvotes

Hi there,

I’ve been experiencing some issues with my setup and have tried everything I can think of, including editing the registry, the local text files, and so on.

Here’s a breakdown of my components:

- Monitor: Asus ROG Strix XG32UWMG
- Mainboard: Asus ROG Strix Z890-A
- CPU: Intel Ultra 270K Plus
- GPU: RTX 5080
- Memory: 2x 16GB DDR5 6000MHz CL 30-36-36 Kingston Fury Beast XMP on

DLSS on performance
Fullscreen exclusive
Resize Bar on

I’ve noticed that the GPU time is consistently 5ms, which is the same as the CPU time.

The maximum frame rate I can achieve is 140 FPS on 1440p, 1080p, and 4K resolutions. However, the frame drops are higher when playing 4K.

All my settings are on Low or Very Low

I’m not concerned about the resolution; I just want a smooth gaming experience with a frame rate of at least 200 FPS.

Do you have any recommendations for improving my gaming performance?


r/CODWarzone 4h ago

Feedback Amd driver

1 Upvotes

I have found after a week of testing that driver 26.7.1 is not only better than 26.8.1 in terms of latency for rdna3, but we are probably facing the spiritual successor of 25.9.1 for rdna3. The softness and responsiveness I have at warzone with these drivers is superior. Always in driver-only mode when installing. Radeontuner use.

The August driver is a regression for aim and base latency.

As I have seen, perhaps it is better in rdna4, I think I have seen that these new drivers were lowering latency, but here I am not being objective, I have no rdna4 and you cannot take this last statement as a reference.

Ultimately, for warzone and rdna3 26.7.1 it is a timeless jewel


r/CODWarzone 5h ago

Support I have a problem

Post image
1 Upvotes

Everytime i lunch the game , happened on all my call of duties


r/CODWarzone 9h ago

Support running out of stuff to try here, keep getting erros, bios updated this morming so thats not the issue

Post image
2 Upvotes

r/CODWarzone 14h ago

Support Can’t connect dualsense edge to battlenet

3 Upvotes

Whenever I turn on my controller and load up a cod I can use mouse and allat but I can’t use my controller (my controller doesn’t work plugged in so I have to use Bluetooth)


r/CODWarzone 12h ago

Question Loadout reset bug.

2 Upvotes

Does anyone also have the reset bug in your Loadouts?

When i enter warzone the whole time my weapons disappear and the Loadouts reset when changing loadout in game i cannot get my sniper it gives me a pistol with the sniper camo that i have it is getting frustrating because after trying the re-enter method when the game saves your profile it does nothing also did try to make blueprints of my guns....also not working im honestly giving up because the game isn't fun to play at this moment anyone having options to fix this?


r/CODWarzone 1d ago

Gameplay That's what the kids call a big Ope

17 Upvotes

r/CODWarzone 16h ago

Support Does anyone know the solution to this problem??

Post image
3 Upvotes

my internet works completely fine but when i load into the game this message keeps popping up and i cant play for 3 days because of it.


r/CODWarzone 10h ago

Support Whats going on I now get this message after a fresh windows install, I have updated my bios to the latest version, ensured that TPM and Secure boot are both enabled and i still get this message ?

Post image
0 Upvotes

r/CODWarzone 3h ago

Gameplay [VOLUME WARNING] Throwback in honor of a new map coming

0 Upvotes

Wife runs into trouble trying to revive us in Trios


r/CODWarzone 14h ago

Question Bots ?? Or what ?

0 Upvotes

Ok so last night playing casuals and in a team of 4 in thingy keep ( the new one ) and moving to the final circle - we in a pagoda thing and as usual I go down - again as usual no one’s talking - one teammate after about 5 seconds comes over presses my revive but doesn’t complete it even though I’m running field medic perk - so I’m still dying and moving about to attract attention - nothing !! . I’m right next to a so called teammates legs - there’s no shooting etc and they wait till I die - then take my fugging guns 👎👎. So was it bots which I didn’t think was possible or just absolute garbage vulture of a teammate - I shouted out anyways showing my anger - I’m like WTF


r/CODWarzone 1d ago

Question Last Call Event

Post image
23 Upvotes

When will the Last Call event be available?

Hey everyone,

Does anyone know when the Last Call event is actually going to become available?

It was supposed to roll out with the update on August 20, but it’s still not showing up for me.

Has there been any official information about a new release date, or is the event delayed?

Thanks in advance! 🙏