Fallout 4’s developer console is a Windows PC tool. It can add items, move actors, change settlements and repair quest stages, but it can also make a bad quest state permanent. Start with a new manual save and identify whether a command expects the player, a selected reference or a base form ID.

The console is unavailable on PlayStation, Xbox and Nintendo Switch. Approved Creations on those platforms are not the same thing as console commands. Survival mode also disables normal console access.

How to open the Fallout 4 console

Press the key below Esc during gameplay. On a US keyboard this is usually tilde or grave. Regional layouts may use apostrophe or another symbol in the same position.

Type a command, press Enter, then press the console key again to return to play. Commands are not case sensitive. Replace bracketed examples with your value and leave the brackets out.

If the console will not open:

  1. leave Survival mode;
  2. test the physical key below Esc;
  3. switch temporarily to a US keyboard layout;
  4. disconnect controller-only overlays that capture the key;
  5. confirm you are using the Windows PC release.
Vault survivor in power armor exploring a sunlit retro-futurist wasteland workshop

Essential toggle and camera commands

CommandEffectReset
tgmGod mode, unlimited health, ammo and carry capacityEnter again
timImmortal mode, health can fall but the player does not dieEnter again
tclToggle collision and noclipEnter again
tfcToggle free cameraEnter again
tfc 1Free camera with action frozenEnter again
tmHide or show interface menusEnter again, even though the console is hidden
taiToggle all AIEnter again
tcaiToggle combat AIEnter again
tdetectToggle AI detection of the playerEnter again
csbClear blood and explosion screen effectsImmediate cleanup
fov 90 90Set first- and third-person field of viewfov 0 0
set timescale to 20Restore the standard passage of game timeChange the number

For tcl, click empty space first so no object reference is selected. A selected object can receive a target command when you intended to change the player state.

Caps, bobby pins, items and equipment

GoalCommandExample
Add capsplayer.additem 0000000f [amount]player.additem 0000000f 5000
Add bobby pinsplayer.additem 0000000a [amount]player.additem 0000000a 100
Add an itemplayer.additem [BaseID] [amount]Search the base ID first
Remove an itemplayer.removeitem [BaseID] [amount]Avoid quest items
Equip an itemplayer.equipitem [BaseID]Item should already be present
Unequip an itemplayer.unequipitem [BaseID]Does not remove it
Show player inventory IDsplayer.showinventoryUseful when names are ambiguous
Search forms by namehelp "combat armor" 4Use Page Up and Page Down

DLC and Creation Club item IDs can start with a load-order prefix that changes between installations. Search by name on your own build instead of copying the first two digits from another player’s load order.

SPECIAL, levels, health and carry weight

GoalCommandImportant distinction
Set levelplayer.setlevel [level]Does not simulate every normal level-up event
Add to an actor valueplayer.modav [value] [amount]Relative change
Set an actor valueplayer.setav [value] [number]Absolute replacement
Restore healthplayer.resethealthResets current health state
Add carry capacityplayer.modav carryweight 100Adds 100 to current capacity
Set Strengthplayer.setav strength 10Replaces the base actor value
Set movement speedplayer.setav speedmult 100100 is the normal baseline
Change jump heightsetgs fJumpHeightMin [number]Use god mode before testing high values

Use modav when you want more of something and setav when you know the intended final value. Setting speed or jump height far outside normal ranges can break animation, physics and interiors.

Common item IDs

ItemBase IDExample
Bottlecap0000000fplayer.additem 0000000f 1000
Bobby pin0000000aplayer.additem 0000000a 50
Stimpak00023736player.additem 00023736 20
RadAway00023742player.additem 00023742 10
Fusion core00075fe4player.additem 00075fe4 10
Mini nuke000e6b2eplayer.additem 000e6b2e 5

Use these for convenience, not as proof that every item shares a fixed prefix. Add-on content is load-order dependent.

Finding NPC, object, quest and location IDs

NeedMethod
Identify an object in front of youOpen console and click it
Search a form by namehelp "name" 4
Search all matching record typeshelp "name" 0
Show selected reference IDRead the ID at the top of the console
Move through search resultsPage Up and Page Down
Find active quest targetssqt

Base IDs describe a form, such as a weapon template. Reference IDs identify one placed actor, door or object. player.additem needs a base ID; moving a particular companion needs that companion’s reference.

NPC and companion commands

Select the NPC in the world before using commands without an explicit ID.

CommandEffectRisk
killKill selected non-essential actorQuest actors may become unavailable
resurrectRebuild selected dead actorCan reset inventory and quest state
resetaiReset selected actor AIGood first attempt for stuck behavior
recycleactorRebuild selected actorMore destructive than resetai
disableDisable and hide selected referenceReverse with enable while still targeted
enableRe-enable selected referenceRequires the correct reference
moveto playerMove selected actor to the playerSafer than spawning a duplicate
getav CA_affinityRead selected companion affinityDiagnostic
setav CA_affinity [number]Set selected companion affinityDialogue triggers may not fire automatically
unequipallUnequip selected actorItems remain in inventory

If a companion is missing, move the existing reference to the player. Spawning a new copy creates a duplicate that may look correct but is not the quest-linked companion.

Settlement building commands

Settlement objects are references. Click the exact object before changing it.

GoalCommandNote
Change object sizesetscale [number]1 is normal scale
Move selected objectsetpos x [number], then y or zUses world coordinates
Rotate selected objectsetangle x [number], then y or zSave before complex placement
Disable selected scrap objectdisableDo not use on the settlement workbench
Re-enable itenableTarget must still be known

Console placement bypasses workshop snapping and safety checks. Avoid disabling the workshop, settlement marker, invisible navmesh helpers or scripted resource objects.

Quest diagnosis and repair

Read the quest state before changing it.

CommandPurpose
sqtShow current quest targets and IDs
getstage [QuestID]Show the current stage
sqs [QuestID]List stages and completion flags
showquestvars [QuestID]Display quest variables
movetoqt [QuestID]Move to the current quest target

Repair commands should be the last step:

CommandEffectWarning
setstage [QuestID] [Stage]Run a selected stageCan skip scripts and rewards
completeallobjectives [QuestID]Mark current objectives completeDoes not guarantee quest cleanup
completequest [QuestID]Mark the quest completeMay skip consequences
resetquest [QuestID]Reset quest stateWorld references may not reset with it
caqsAttempt to complete the main quest chainCan spoil and destabilize the save

Do not use caqs as a routine finish-game shortcut. It is a developer test command that can fire incompatible quest stages and produce a save with contradictory faction outcomes.

Useful location commands

CommandDestination
coc qasmokeDeveloper test cell with item containers
coc SanctuaryExtSanctuary exterior
coc RedRocketExtRed Rocket exterior
coc DiamondCityMarketDiamond City market

The test cell is useful for identifying items, but taking entire containers can overload inventory and introduce quest objects. Add only the forms you need, then leave with a normal coc destination.

Achievements, Survival mode and safe saves

Bethesda support warns that entering developer mode can flag further progress. Keep a clean manual save, avoid overwriting it, exit Fallout 4 completely after command use, and relaunch before continuing an achievement-focused run.

Survival mode intentionally blocks the normal console. Disabling Survival or using unsupported configuration changes can alter the save’s rules and should not be presented as a harmless toggle.

Common reasons a Fallout 4 command fails

  • The command needs a selected reference and nothing is selected.
  • A base form ID was used instead of a placed reference ID.
  • A DLC prefix differs because the load order changed.
  • Brackets were typed around a value.
  • The item name contains spaces but was searched without quotation marks.
  • The selected object is an invisible helper behind the object you meant to click.
  • Survival mode or console hardware does not provide normal developer-console access.

For similar Bethesda syntax in a fantasy setting, see Skyrim console commands. For a platform-wide cheat menu that does not require developer tools, see Red Dead Redemption 2 cheats.

How this guide was reviewed

Command behavior was compared across the Fallout Wiki, a current practical command guide and Bethesda’s developer-mode support notice. High-risk commands are separated from reversible toggles, and load-order-dependent IDs are explained rather than presented as universal constants.

Frequently asked questions

How do I open the console in Fallout 4?

On Windows PC, press tilde or the key below Esc. Keyboard layouts may map it to grave or apostrophe. The console is unavailable on PlayStation, Xbox and Switch, and normal console access is disabled in Survival mode.

What is the Fallout 4 caps command?

Enter player.additem 0000000f 1000 to add 1,000 caps. Replace 1000 with another amount. The form ID is the same familiar currency ID used by Bethesda Game Studios titles.

How do I find an item ID in Fallout 4?

Use help "item name" 4 and Page Up or Page Down to inspect results. Click a placed object with the console open to see its reference ID. DLC item IDs can begin with a load-order prefix that differs between installations.

Do Fallout 4 console commands disable achievements?

Bethesda support says entering developer mode can flag subsequent progress. Keep a clean manual save, avoid saving over it after console use, then fully restart the game before returning to achievement play.

Can I use Fallout 4 console commands on PS5 or Xbox?

No. The developer console is a Windows PC feature. Console players can use approved Creations, but mods can affect achievements and do not provide the same direct command interface.

Sources

Primary sources are preferred for current availability and product features. Older walkthrough details are labeled and cross-checked where possible.