There is a simple version of this and a complete version, and both are below in that order.

Short answer

Do the simple thing first. It is correct more often than the complicated thing people recommend instead.

It is worth separating what the game does from what players have concluded it does. Nothing here depends on a setting you are unlikely to have. Where something depends on your platform or region, that is called out rather than glossed over.

Why it works this way

The mechanic behind it is simpler than the discussion around it suggests. Edge cases are genuinely rare, which is why the simple answer is usually the correct one. Call of Duty is not shy about hiding useful information two menus deep, so some of this is simply knowing where to look. Testing this yourself takes a few minutes and settles it definitively.

The accepted community answer is broadly right and wrong in a specific way that matters here. Everything below is framed around the current state of Call of Duty rather than a launch-week impression. Most of the disagreement online comes from people describing different versions of Call of Duty.

The practical answer

A single check up front replaces a lot of guessing later. Do the cheap check before the expensive one — that ordering alone saves most of the frustration. It helps to understand why a step exists, because then you can adapt it when your situation is slightly different.

  • Do not build a routine around an edge case.
  • Note the exception cases — they are specific rather than vague.
  • Write down what you changed, so you can undo exactly one thing if it goes sideways.
  • Revisit after a major patch if the behaviour changes.
  • Check which version any conflicting advice was written for.

When the usual advice fails

The awkward part is rarely the step itself, it is knowing which step comes first. Anything that behaves differently on console than on PC is flagged where it matters. Treat anything stated without a version number as provisional. The developers have changed their mind about this at least once, which explains the older advice.

Patch notes move numbers around constantly; the shape of the answer holds even when a specific value shifts. Nothing here assumes a particular playstyle beyond wanting the thing to work. There is usually a fast way and a reliable way, and it is worth knowing which one you are choosing.

What to do instead

Most of the disagreement you will find online is two people describing different builds. The short version is near the top on purpose; the reasoning is there if you want to know why. Half the pages on this topic were written for a build that no longer exists, which is why they stop matching what you see.

The community wisdom on this is roughly half right, and the half that is wrong costs the most time. Screenshots age faster than text, which is why this describes rather than shows. What follows assumes you are on a current install and have not modified it.

Worth knowing alongside this

None of this needs a paid tool, a third-party launcher or an account on a site you have never heard of. There is no hidden trick here that the game is keeping from you. If you are coming to this after a long break, the terminology has probably moved on.

Where people go wrong

  • Skipping the prerequisite because it looked optional in someone else's summary.
  • Assuming a guide from an older season still describes the current version.
  • Changing five things at once and then not knowing which one helped.

Call of Duty FAQ

What is the short answer?

It is the paragraph near the top. Everything after it exists for the cases where that paragraph does not quite fit.

Why do other guides describe this differently?

Most were written for an earlier version and never revisited. Compare the steps against what your build actually shows.

Does this change between platforms?

The behaviour does not. Where menu paths or prompts differ, that is noted above.

Is there a faster method?

Sometimes, at the cost of reliability. Where that trade exists it is described rather than recommended blindly.

If you only take one thing from this: the answer near the top is the part that matters, the rest is context.