HomePlatforms › Jetson power modes
Platforms · reference table

Jetson power modes, module by module, JetPack by JetPack.

Dataset 2026-09-07 · verified 2026-09-07 · last updated September 2026

Every row is an NVIDIA nvpmodel preset copied from the Jetson Linux Developer Guide "NVP Model Clock Configuration" tables or the module datasheet, with mode ID, power budget, default marker and maximum clocks. The envelope is a separate fact: a wattage inside it that is not listed needs a custom nvpmodel.conf. JSON with sources: power-modes.json.

At a glance

ModulePresets (default *)EnvelopeNotes
Jetson Orin Nano 8GB15W* · 7W · 25W*S · MAXN_SUPERS7–25 WSuper presets need the Super flash configuration, JetPack 6.2+
Jetson Orin Nano 4GB10W* · 7W_AI · 7W_CPU · 25W*S · MAXN_SUPERS7–25 WSuper presets need the Super flash configuration, JetPack 6.2+
Jetson Orin NX 16GBMAXN · 10W · 15W* · 25W · MAXN_SUPERS · 40W*S10–40 WSuper presets need the Super flash configuration, JetPack 6.2+
Jetson Orin NX 8GBMAXN · 10W · 15W* · 20W · MAXN_SUPERS · 40W*S10–40 WSuper presets need the Super flash configuration, JetPack 6.2+
Jetson AGX Orin 32GBMAXN · 15W · 30W* · 40W15–40 W
Jetson AGX Orin 64GBMAXN · 15W · 30W* · 50W15–60 W
Jetson AGX Orin IndustrialMAXN · 15W · 35W* · 60W15–75 W
Jetson Thor T5000MAXN · 120W* · 90W · 70W70–130 W90 W / 70 W from JetPack 7.1
Jetson Thor T4000MAXN · 70W*70–90 W

S = exists only with the Super flash configuration. Check what your board has: sudo nvpmodel -q (current) and nvpmodel -p --verbose (all presets); switch with sudo nvpmodel -m <mode ID>.

Super mode: what enables it

Super presets exist only when the board was flashed with the jetson-orin-nano-devkit-super (or -super-maxn) configuration. NVIDIA (June 2026, JetPack 7.2): the ISO image cannot upgrade a device from non-Super Mode to Super Mode; flash from an x86 host (SDK Manager) or fix /etc/nv_boot_control.conf so TNSPEC/COMPATIBLE_SPEC carry the -super suffix.

  • Flash configuration: jetson-orin-nano-devkit-super (or -super-maxn). Boards flashed with the standard configuration show only the standard presets.
  • SDK Manager / x86 host: supported. ISO image (JetPack 7.2): cannot move a board from non-Super to Super; symptom is only 7W/15W in the power-mode menu.
  • Verify: /etc/nv_boot_control.conf TNSPEC and COMPATIBLE_SPEC must end in -super.

Sources

JetPack ↔ Jetson Linux

JetPackJetson Linux (L4T)Relevant here
6.036.3
6.136.4
6.236.4.3Super presets introduced (Orin Nano, Orin NX)
6.2.136.4.4
6.2.236.5.0
6.2.336.5.2
7.038.2Thor T5000: MAXN + 120W
7.138.4Thor T4000 supported; T5000 gains 90W and 70W
7.239.2Orin family joins JetPack 7; ISO image cannot upgrade a board to Super
7.2.139.2.1

Source

  • NVIDIA · developer.nvidia.com/embedded/jetpack-archive 2026-09-07 · verified 2026-09-07 · JetPack Archive · class A

Jetson Orin Nano 8GB

Module power envelope: 7–25 W. 7–15 W standard; up to 25 W with the Super flash configuration (JetPack 6.2+). Jetson Orin Nano page · Jetson Orin Nano Super page.

Standard flash configuration · JetPack 5.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
15W default015 W61510.4624.75sudo nvpmodel -m 0
7W17 W4960408sudo nvpmodel -m 1

Source

Super flash configuration (JetPack 6.2+) · JetPack 6.2+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
15W Super015 W61497.6612sudo nvpmodel -m 0
25W default Super125 W61344918sudo nvpmodel -m 1
MAXN_SUPER Super2uncapped617281020sudo nvpmodel -m 2

Super presets exist only when the board was flashed with the jetson-orin-nano-devkit-super (or -super-maxn) configuration. NVIDIA (June 2026, JetPack 7.2): the ISO image cannot upgrade a device from non-Super Mode to Super Mode; flash from an x86 host (SDK Manager) or fix /etc/nv_boot_control.conf so TNSPEC/COMPATIBLE_SPEC carry the -super suffix.

Source

Ids you may see elsewhere that are not presets

EdgeAIStack calculators and older guides published these wattages before they were checked against NVIDIA's tables. They still work in the calculators, labelled as below.

IdStatusNearest presetWhy
5Wlegacy unverified7WThere is no 5 W nvpmodel preset on Orin Nano; the lowest preset is 7W (mode ID 1).
10Wlegacy unverified15W10W is the Orin Nano 4GB default preset, not an 8GB preset (15W, 7W; Super adds 25W and MAXN_SUPER).

Jetson Orin Nano 4GB

Module power envelope: 7–25 W. 7–10 W standard; up to 25 W with the Super flash configuration.

Standard flash configuration · JetPack 5.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
10W default010 W61510.4624.75sudo nvpmodel -m 0
7W_AI17 W4806.4408sudo nvpmodel -m 1
7W_CPU27 W4960306sudo nvpmodel -m 2

Source

Super flash configuration (JetPack 6.2+) · JetPack 6.2+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
10W Super010 W61497.6612sudo nvpmodel -m 0
25W default Super125 W617281020sudo nvpmodel -m 1
MAXN_SUPER Super2uncapped617281020sudo nvpmodel -m 2

Super presets exist only when the board was flashed with the jetson-orin-nano-devkit-super (or -super-maxn) configuration. NVIDIA (June 2026, JetPack 7.2): the ISO image cannot upgrade a device from non-Super Mode to Super Mode; flash from an x86 host (SDK Manager) or fix /etc/nv_boot_control.conf so TNSPEC/COMPATIBLE_SPEC carry the -super suffix.

Source

Jetson Orin NX 16GB

Module power envelope: 10–40 W. 10–25 W standard; up to 40 W with the Super flash configuration (JetPack 6.2+). Jetson Orin Nx 16gb page.

Standard flash configuration · JetPack 5.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN0uncapped81984918sudo nvpmodel -m 0
10W110 W41190.4612sudo nvpmodel -m 1
15W default215 W41420.8612sudo nvpmodel -m 2
25W325 W81497.6408sudo nvpmodel -m 3

Source

Super flash configuration (JetPack 6.2+) · JetPack 6.2+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN_SUPER Super0uncapped819841173sudo nvpmodel -m 0
10W Super110 W41190.4612sudo nvpmodel -m 1
15W Super215 W41420.8612sudo nvpmodel -m 2
25W Super325 W81497.6408sudo nvpmodel -m 3
40W default Super440 W81497.61173sudo nvpmodel -m 4

Super presets exist only when the board was flashed with the jetson-orin-nano-devkit-super (or -super-maxn) configuration. NVIDIA (June 2026, JetPack 7.2): the ISO image cannot upgrade a device from non-Super Mode to Super Mode; flash from an x86 host (SDK Manager) or fix /etc/nv_boot_control.conf so TNSPEC/COMPATIBLE_SPEC carry the -super suffix.

Source

Ids you may see elsewhere that are not presets

EdgeAIStack calculators and older guides published these wattages before they were checked against NVIDIA's tables. They still work in the calculators, labelled as below.

IdStatusNearest presetWhy
20Wlegacy unverified25W20W is the Orin NX 8GB preset (mode ID 3); the 16GB module’s mode ID 3 is 25W.

Jetson Orin NX 8GB

Module power envelope: 10–40 W. 10–20 W standard; up to 40 W with the Super flash configuration (JetPack 6.2+). Jetson Orin Nx 8gb page.

Standard flash configuration · JetPack 5.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN0uncapped61984765sudo nvpmodel -m 0
10W110 W41190.4612sudo nvpmodel -m 1
15W default215 W41420.8612sudo nvpmodel -m 2
20W320 W61497.6408sudo nvpmodel -m 3

Source

Super flash configuration (JetPack 6.2+) · JetPack 6.2+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN_SUPER Super0uncapped619841173sudo nvpmodel -m 0
10W Super110 W41190.4612sudo nvpmodel -m 1
15W Super215 W41420.8612sudo nvpmodel -m 2
20W Super320 W61497.6408sudo nvpmodel -m 3
40W default Super440 W619841173sudo nvpmodel -m 4

Super presets exist only when the board was flashed with the jetson-orin-nano-devkit-super (or -super-maxn) configuration. NVIDIA (June 2026, JetPack 7.2): the ISO image cannot upgrade a device from non-Super Mode to Super Mode; flash from an x86 host (SDK Manager) or fix /etc/nv_boot_control.conf so TNSPEC/COMPATIBLE_SPEC carry the -super suffix.

Source

Jetson AGX Orin 32GB

Module power envelope: 15–40 W. Datasheet: JAO 32GB maximum module power up to 40 W. Jetson Agx Orin 32gb page.

All JetPack releases · JetPack 5.0+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN0uncapped82188.8930.75sudo nvpmodel -m 0
15W115 W41113.6408sudo nvpmodel -m 1
30W default230 W81728612sudo nvpmodel -m 2
40W340 W81497.6816sudo nvpmodel -m 3

Source

Jetson AGX Orin 64GB

Module power envelope: 15–60 W. Datasheet: JAO 64GB maximum module power up to 60 W (no 60 W preset; MAXN is uncapped). Jetson Agx Orin 64gb page.

All JetPack releases · JetPack 5.0+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN0uncapped122201.61301sudo nvpmodel -m 0
15W115 W41113.6408sudo nvpmodel -m 1
30W default230 W81728612sudo nvpmodel -m 2
50W350 W121497.6816sudo nvpmodel -m 3

Source

Ids you may see elsewhere that are not presets

EdgeAIStack calculators and older guides published these wattages before they were checked against NVIDIA's tables. They still work in the calculators, labelled as below.

IdStatusNearest presetWhy
40Wlegacy unverified50W40W is the AGX Orin 32GB preset; the 64GB module has 15W, 30W, 50W and MAXN.
60Wcustom nvpmodel required50W60 W is the 64GB module’s datasheet maximum, not a preset; the highest preset is 50W (mode ID 3), MAXN is uncapped.

Jetson AGX Orin Industrial

Module power envelope: 15–75 W. Datasheet: JAOi total module power 15 W | 35 W | 60 W, and up to 75 W.

All JetPack releases · JetPack 5.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzSelect
MAXN0uncapped121971.21185.75sudo nvpmodel -m 0
15W115 W41113.6408sudo nvpmodel -m 1
35W default235 W81728612sudo nvpmodel -m 2
60W360 W121497.6816sudo nvpmodel -m 3

Source

Jetson Thor T5000

Module power envelope: 70–130 W. Datasheet: power modes 70 W | 90 W | 120 W | MAXN; maximum total module power (TMP) 130 W, above which GPU/CPU clocks are throttled. Jetson Thor T5000 page.

JetPack 7.0 (Jetson Linux 38.2 / 38.2.1) · JetPack 7.0 – 7.0

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzNVDEC/NVENC max MHzSelect
MAXN0uncapped14260115751692sudo nvpmodel -m 0
120W default1120 W14260113861557sudo nvpmodel -m 1

Any wattage other than the listed presets requires a custom /etc/nvpmodel.conf generated with the Jetson Power Estimator.

Source

JetPack 7.1+ (Jetson Linux 38.4 and later) · JetPack 7.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzNVDEC/NVENC max MHzSelect
MAXN0uncapped14260115751692sudo nvpmodel -m 0
120W default1120 W14260113861557sudo nvpmodel -m 1
90W290 W12260115301692sudo nvpmodel -m 2
70W370 W12199815301557sudo nvpmodel -m 3

Any wattage other than the listed presets requires a custom /etc/nvpmodel.conf generated with the Jetson Power Estimator.

Source

Ids you may see elsewhere that are not presets

EdgeAIStack calculators and older guides published these wattages before they were checked against NVIDIA's tables. They still work in the calculators, labelled as below.

IdStatusNearest presetWhy
40Wcustom nvpmodel required70WBelow the lowest T5000 preset (70W); needs a custom nvpmodel.conf from the Power Estimator.
75Wcustom nvpmodel required70WNot a T5000 preset (70W | 90W | 120W | MAXN); needs a custom nvpmodel.conf.
100Wcustom nvpmodel required90WNot a T5000 preset (70W | 90W | 120W | MAXN); needs a custom nvpmodel.conf.
130Wlegacy unverifiedMAXN130 W is the T5000 thermal/TMP limit, not a preset; the uncapped preset is MAXN (mode ID 0).

Jetson Thor T4000

Module power envelope: 70–90 W. Datasheet: power modes 70 W | MAXN; maximum total module power (TMP) 90 W. Encode/decode/low-speed I/O specs are preliminary. Jetson Thor T4000 page.

JetPack 7.1+ (Jetson Linux 38.4 and later; T4000 first supported release) · JetPack 7.1+

PresetMode IDPower budgetOnline CPUsCPU max MHzGPU max MHzNVDEC/NVENC max MHzSelect
MAXN0uncapped12260115301692sudo nvpmodel -m 0
70W default170 W12199815301557sudo nvpmodel -m 1

Any wattage other than the listed presets requires a custom /etc/nvpmodel.conf generated with the Jetson Power Estimator.

Source

Ids you may see elsewhere that are not presets

EdgeAIStack calculators and older guides published these wattages before they were checked against NVIDIA's tables. They still work in the calculators, labelled as below.

IdStatusNearest presetWhy
40Wcustom nvpmodel required70WBelow the only T4000 wattage preset (70W); needs a custom nvpmodel.conf.
90Wlegacy unverifiedMAXN90 W is the T4000 TMP limit, not a preset; presets are 70W and MAXN.

Wattages that are not presets

NVIDIA: "To add a custom power mode definition, edit this file: /etc/nvpmodel.conf" and "Refer to Power Estimator for more information about estimating the power and generating the nvpmodel configuration file for the custom power mode." The Module Power Calculator computes a budget for any wattage inside the envelope but labels it custom nvpmodel required; MAXN and MAXN_SUPER have no budget at all and throttle only on the thermal limit (Thor: TMP 130 W on T5000, 90 W on T4000).

Sources

Size the power draw at a preset.

The Module Power Calculator applies these presets to your workload, cameras, storage and cooling, and flags any mode that is not an NVIDIA preset.

OPEN MODULE POWER CALCULATOR →