MacBook Power Sequence Explained
When a MacBook powers on, it doesn’t simply “turn on.”
It follows a strict sequence.
Each rail, signal, and controller must activate in order.
If one stage fails:
the boot process stops.
For technicians, understanding this sequence is the foundation of board repair.
It helps diagnose:
- no power
- low current draw
- stuck current
- fan spin no image
- charging faults
- sleep issues
This article breaks down the full sequence.
What is the Power Sequence?
The power sequence is the ordered startup of all board power rails.
Think of it like this:
Power rails are unlocked step-by-step.
Each stage depends on the previous.
Main stages:
G3H → S5 → S3 → S0
Each state represents a different board condition.
Understanding Power States
G3H State (Always-On State)
This is the first state.
Board has power.
System is off.
Only essential rails exist.
Key rails:
- PPDCIN_G3H
- PPBUS_G3H
- PP3V42_G3H
Critical here:
System Management Controller is alive.
This is where charger detection starts.
What Happens in G3H?
SMC becomes active.
SMC checks:
- battery
- charger
- lid sensor
- power button
No SMC here = no startup.
Related:
SMC Explained in MacBook Logic Boards
Important G3H Rails
PPDCIN_G3H
Raw charger voltage.
Typical:
14V–20V
Depends on model.
First power entry.
PPBUS_G3H
Main battery rail.
Critical rail.
Typical:
12.3V–12.6V
Feeds:
- charging system
- buck converters
- battery path
Related:
Understanding PPBUS_G3H
PP3V42_G3H
Always-on 3.42V rail.
Feeds:
- SMC
- one-wire circuit
- charger detection
This rail is extremely important.
No PP3V42_G3H:
Dead board.
S5 State (Soft-Off State)
Board is awake.
Main logic begins.
System still not fully booted.
SMC enables:
- RTC rails
- SPI ROM power
- PCH standby rails
Intel boards begin preparing CPU.
What Happens in S5?
SMC receives power button.
Signal:
PMU_ONOFF_L
SMC decides to start.
Then:
SMC_ONOFF_L activates.
This triggers deeper power rails.
Important S5 Rails
Examples:
- PP5V_S5
- PP3V3_S5
- PP1V05_S5
Needed for:
- PCH standby
- SPI ROM
- clock generation
If missing:
board halts here.
S3 State (Sleep State)
This is partial wake.
Memory powers.
CPU prepares.
Graphics initializes.
System is close to boot.
What Happens in S3?
Signals:
PM_SLP_S4_L rises
PM_SLP_S3_L rises
This enables:
- RAM rails
- GPU rails
- CPU support rails
Board gets ready for active boot.
Important S3 Rails
Examples:
- PP1V2_S3
- PP1V35_S3
- PPVTT_S3
Mainly memory related.
Failure here often causes:
- no image
- boot loops
- kernel panics
S0 State (Fully On)
Final state.
System is fully running.
CPU active.
GPU active.
Storage active.
Display active.
MacBook boots macOS.
Everything is live.
What Happens in S0?
Main signals:
ALL_SYS_PWRGD
This confirms:
all rails are stable.
Then:
CPU executes firmware.
EFI starts.
macOS loads.
Important S0 Rails
Examples:
- PPVCORE_CPU
- PPVCORE_GPU
- SSD rails
- LCD rails
This is full operation.
Full Simplified Sequence
Charger Connected
↓
PPDCIN_G3H
↓
PPBUS_G3H
↓
PP3V42_G3H
↓
SMC Power
↓
Power Button
↓
PMU_ONOFF_L
↓
S5 Rails
↓
PM_SLP_S4_L
↓
S3 Rails
↓
PM_SLP_S3_L
↓
S0 Rails
↓
ALL_SYS_PWRGD
↓
EFI Boot
↓
macOS
This is the technician roadmap.
How Technicians Use Current Draw
Current draw reveals where the board stops.
0.000A
No G3H.
Possible:
- bad charger
- short
- missing PP3V42_G3H
0.020A
SMC alive.
Waiting for startup.
Usually healthy early stage.
0.050A–0.080A
S5 stage.
Starting rails.
0.150A–0.250A
S3 transition.
Memory powering.
0.400A+
CPU initialization.
System entering S0.
Common Failure Points
Missing PP3V42_G3H
Very common.
Kills SMC.
No power.
Bad SMC
Board stuck at G3H.
No sequence.
Shorted PPBUS_G3H
Charging fails.
High heat.
No boot.
Missing PM_SLP_S4_L
Stops at S5.
No RAM power.
Missing ALL_SYS_PWRGD
Stops before CPU boot.
Often regulator fault.
Liquid Damage Effects
Liquid commonly damages:
- SMC lines
- charger circuits
- PPBUS_G3H
- RTC circuits
Power sequence becomes unstable.
Common symptoms:
- random shutdown
- low current
- fan spin only
Very common in repairs.
Intel vs Apple Silicon
Intel:
Traditional SMC + PCH sequence.
Apple Silicon:
Much more integrated.
Still uses similar staged logic.
But many rails are internal to SoC.
Used in:
Apple Inc. M1/M2/M3 systems.
Why Power Sequence Matters
Without this knowledge:
repair becomes guessing.
With it:
you can isolate faults fast.
This is the backbone of:
- SMC diagnosis
- charging faults
- current draw analysis
- CPU faults
- RAM faults
- boot failures
Master this first.
Everything else becomes easier.
FAQ
What is G3H in MacBook?
G3H is the always-on power state where SMC is active.
What rail powers SMC?
PP3V42_G3H.
What does S0 mean?
Fully powered system state.
Can current draw show boot stage?
Yes.
It’s one of the best diagnostic tools.
Internal Linking Suggestions
Link this article to:
- SMC Explained in MacBook Logic Boards
- Understanding PPBUS_G3H
- MacBook Current Draw Analysis
- CD3217 USB-C Controller Explained
- T2 Chip Explained in MacBook Repair
- SPI ROM and EFI Firmware Explained
External References
FAQ Schema (JSON-LD)
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is MacBook G3H state?",
"acceptedAnswer": {
"@type": "Answer",
"text": "G3H is the always-on power state where the SMC receives power and waits for startup events."
}
},
{
"@type": "Question",
"name": "What powers the SMC?",
"acceptedAnswer": {
"@type": "Answer",
"text": "PP3V42_G3H powers the SMC in most Intel MacBook logic boards."
}
}
]
}
