Laptop won't turn on? A schematic-based diagnosis plan
“No power” is the most common motherboard fault — and the one where a schematic helps the most. Every laptop powers up in a fixed order. Your job is to find the first step that doesn't happen. Here's the general order most modern Intel and AMD laptops follow; your board's schematic will have a power sequence page with the exact signal names.
1. Adapter and input
Check the adapter voltage and the DC jack. On the board, the input goes through protection MOSFETs to the charger circuit. In the schematic this is usually the first page after the block diagram — look for nets like VIN, ACIN or DCIN. With a bench supply, a current draw near zero means the input path is open; a high current with no power-on usually means a short.
2. System voltage (B+)
The charger IC passes power to the main system rail, often called B+ or VSYS. If it's missing, check the charger chip, its input MOSFETs and the current-sense resistor.
3. Always-on rails
A system PWM controller creates the always-on 3.3 V and 5 V rails (+3VALW, +5VALW, +3V_S5 — names vary). These power the embedded controller (EC). Measure resistance to ground first: a very low value means a shorted capacitor or chip on that rail. Use the boardview to find every capacitor on the net.
4. EC and power button
With always-on power, the EC reads the power button. Pressing it should pulse the PWRBTN# line. The EC also needs its BIOS/firmware chip to be healthy — corrupted firmware is a common cause of “all voltages present but nothing happens”.
5. Sleep signals and switched rails
The EC and chipset then walk through the sleep states: signals like RSMRST#, SLP_S5#, SLP_S4#, SLP_S3# go high one after another and enable the memory and main switched rails. Follow them on the power sequence page — the first one that doesn't arrive tells you where to look.
6. CPU core and reset
Finally the CPU voltage regulator produces VCORE (and related rails), “power good” signals return, and PLTRST# is released. If you get here and still have no image, the problem is more likely RAM, BIOS, the GPU or the display path.
Finding shorts
If a rail measures near 0 Ω to ground, inject a low voltage with a current-limited supply and look for the component that heats up — with a thermal camera, freeze spray or isopropyl alcohol. The boardview shows every part on that net, which narrows the search a lot.
Start by finding your exact board: how to find the motherboard number, then search it here to get the schematic and boardview.
Alfred Founder & curator
Hi, I'm Alfred. For more than ten years I've been writing software that collects and organises data — scrapers, catalogues, automation pipelines. Repair documentation turned out to be the perfect mess to clean up.
The files you find here were collected by the community in the Telegram channel @schematicslaptop. Great archive, terrible search. I wrote a parser that reads every file name, recognises the brand, the ODM manufacturer (Compal, Quanta, Wistron…) and the board number, and turns it into pages you can actually search and browse.
I don't host the files — every download button leads to the original Telegram post, so the credit stays with the people who shared them. If something is sorted wrong or a file is missing, write to me and I'll fix it.