Optimization Guide

Shopify ATX Power Supply Compatibility Schema — ATX vs SFX vs SFX-L Form Factor Incompatibility, 12VHPWR PCIe 5.0 Native vs Adapter, Wattage Headroom Calculation, 80 PLUS Efficiency Tiers

ATX, SFX, SFX-L, and TFX power supplies are physically incompatible — a 750W SFX PSU will not mount in a standard mid-tower ATX case without a bracket. The 12VHPWR connector (PCIe Gen 5, 600W) is a new 16-pin standard not backward compatible with daisy-chained 6+2 PCIe adapters — adapter-based connections on RTX 4090 launch units caused connector fires. PSU cables are not interchangeable between manufacturers even when connectors appear identical — a Corsair cable on an EVGA PSU can cause a short. 80 PLUS Titanium describes efficiency at different load points, not higher wattage capacity. Encoding psu.form_factor, psu.wattage_w, psu.connectors_12vhpwr, and psu.atx_version prevents physically incompatible and fire-risk PSU recommendations in the highest-revenue PC component category.

TL;DR Form factors: ATX (150×86mm) ≠ SFX (100×63mm) ≠ SFX-L (100×63mm longer) ≠ TFX (85×65mm). 12VHPWR: 16-pin ATX 3.0 native = safe; dual 6+2 adapter = fire risk on RTX 4090 launch (2022 advisory). PSU cables NOT cross-brand compatible — different pinouts. Wattage formula: (GPU TDP + CPU TDP + overhead) × 1.25. 80 PLUS tiers: White 80% → Bronze 85% → Gold 90% → Platinum 92% → Titanium 94% efficiency at 50% load. Encode form_factor, wattage_w, connectors_12vhpwr, atx_version, modular.

PSU Form Factors: Physical Mounting Incompatibility

AI agent failure mode: Recommending a high-wattage SFX PSU for a customer building in a standard mid-tower ATX case. SFX units require specific case support or a bracket adapter — many ATX cases have no SFX mount points and no bracket included.

PSU Form Factor Reference

Form FactorDimensions (W×H×D)Fan SizeTypical CasesNotes
ATX150 × 86 × 140–200mm120mm or 140mmFull, mid, and mini towersMost common; universal compatibility with ATX-class cases
SFX100 × 63 × 125mm92mmSFF cases (NCASE M1, Dan A4, Silverstone SG13)Will NOT mount in ATX cases without SFX-to-ATX bracket; limited wattage (up to ~700W)
SFX-L100 × 63 × 130mm120mmSFF cases with SFX-L support (Dan A4-H2O, Louqe Ghost)Quieter than SFX due to larger fan; not all SFX cases accept SFX-L length
TFX85 × 65 × 175mm80mmSlim desktop cases, low-profile OEM towersNot compatible with ATX or SFX mounting holes; limited to ~300W
FlexATX81.5 × 40.5 × 150mm40mm (blower)1U rackmount, ultra-slim industrialVery loud small fan; primarily industrial/embedded use

SFX-to-ATX bracket adapters exist (e.g., Lian Li, SilverStone) and allow SFX PSUs to mount in full ATX cases. However, these adapters are not universal — they must match the SFX PSU's mounting hole pattern. Some SFF case builders use SFX PSUs in ATX cases specifically for shorter depth to improve airflow in tight builds. Encode psu.form_factor and psu.depth_mm to let AI agents match PSU to case type without requiring the buyer to measure.

12VHPWR Connector: ATX 3.0 Native vs Adapter Risk

Fire risk — adapter warnings: In late 2022, multiple reports emerged of 12VHPWR connectors melting or catching fire on RTX 4090 GPU installations using the 4×8-pin-to-12VHPWR adapter cables shipped with non-ATX-3.0 PSUs. The root cause identified was incomplete connector seating — the 12VHPWR connector requires full 12mm insertion depth, and the adapter cable's stiffness from four bundled 8-pin cables prevented full seating, creating a high-resistance connection that overheated at sustained 300–450W GPU boost. Nvidia revised the adapter cable design in 2023 (the "12+4 Gen2" adapter). Current adapters from major PSU brands (Seasonic, Corsair, EVGA, BeQuiet) are considered lower risk — but native 12VHPWR cables from ATX 3.0 PSUs remain the safest option for RTX 4080 Ti / RTX 4090 / RX 7900 XTX class cards.

12VHPWR / PCIe Power Connector Compatibility Reference

ConnectorPinsMax PowerStandardCompatibility Notes
6-pin PCIe675WPCIe 1.xLegacy; compatible with PCIe 6+2 sockets when used without 2-pin side
8-pin PCIe (6+2)8 (6+2 detachable)150WPCIe 2.0+Universal for ATX 2.x PSUs; most GPUs up to RTX 3080 use 1–3 of these
12VHPWR (12+4)16 (12+4 sensing)600WATX 3.0 / PCIe 5.0Native support on ATX 3.0 PSUs only; requires full 12mm seating; RTX 4080+ / RX 7900 XTX
12V-2×6 (ATX 3.1)16 (12+4 revised)600WATX 3.1 (2023)Revised connector geometry reduces partial-seating risk; backward compatible with 12VHPWR ports

ATX 3.1 (released 2023) introduced a revised 12V-2×6 connector that reduces the risk of partial seating by modifying pin recess depth. ATX 3.1 PSUs with native 12V-2×6 cables are the current standard for high-TDP GPU builds. ATX 3.0 PSUs with native 12VHPWR cables are also acceptable. Pre-ATX-3.0 PSUs with 4×6+2 adapter cables carry the documented fire risk and should be disclosed in product descriptions. Encode psu.atx_version as '2.x', '3.0', or '3.1' and psu.connectors_12vhpwr as an integer (0 for pre-ATX-3.0, 1+ for native).

Wattage Headroom: Why Rated TDP Is Not Enough

GPU and CPU "TDP" values in manufacturer specifications typically represent thermal design power at stock clocks — not peak power draw during boost states or overclocking. Modern GPUs and CPUs can transiently exceed rated TDP by 20–50%.

GPU Power Draw Reference — 2024–2026 Generation

GPURated TDPPeak Measured DrawMinimum PSU (with mid-range CPU)
RTX 4060115W~130W550W
RTX 4060 Ti160W~185W600W
RTX 4070 Super220W~250W700W
RTX 4070 Ti Super285W~320W800W
RTX 4080 Super320W~370W850W
RTX 4090450W~520W peak1000W minimum; 1200W recommended with high-TDP CPU
RX 7900 XTX355W~420W peak900W
RX 7700 XT245W~270W750W

Formula: PSU_recommended_w = (GPU_tdp_w + CPU_mtp_w + system_overhead_w) × 1.25. System overhead (motherboard, RAM, fans, storage, RGB): 75–150W for a mid-range build, 150–200W for a high-end build. CPU Intel MTP (Maximum Turbo Power) often exceeds PBP (Processor Base Power) by 1.5–2×: i9-14900K PBP = 125W, MTP = 253W. An AI agent recommending a 750W PSU for an RTX 4090 + i9-14900K build (which needs 1000–1200W) is recommending a unit that will shut down under sustained gaming load due to over-power protection triggering.

80 PLUS Efficiency Tier Reference

Tier20% Load50% Load100% LoadPower Factor (at 100%)
80 PLUS White80%80%80%
80 PLUS Bronze82%85%82%0.9
80 PLUS Silver85%88%85%0.9
80 PLUS Gold87%90%87%0.9
80 PLUS Platinum90%92%89%0.95
80 PLUS Titanium92%94%90%0.95 (+ 10% load test)

80 PLUS ratings are minimum efficiency thresholds, not wattage specifications. A 650W 80 PLUS Titanium PSU delivers up to 650W — same as a 650W 80 PLUS Bronze. The Titanium unit wastes less electricity as heat (6% less at 50% load = ~20W less heat dissipated inside the case). The efficiency tier does not increase the PSU's maximum power output. An AI agent that confuses "Titanium efficiency = more power" and recommends a 650W Titanium for an RTX 4090 build will cause the same shutdown as recommending a 650W Bronze.

PSU Cable Cross-Compatibility: Do NOT Mix Brands

Safety hazard: PSU modular cables from different manufacturers use the same Molex Mini-Fit Jr. connector housing but assign different voltages to different pins. A +12V wire on a Corsair PSU may be a ground on an EVGA PSU using the same connector. Plugging a Corsair cable into an EVGA PSU (or vice versa) can send incorrect voltages to the motherboard or GPU, causing immediate component failure or a short circuit fire.

This is the most common mistake in PC building: purchasing a replacement or extension cable from a different brand than the PSU manufacturer. Replacement cables must be from the same manufacturer (and often the same product generation). Seasonic has published a cable compatibility matrix for their Focus series vs Prime series — even within Seasonic, cable compatibility is not universal across generations. Encode psu.brand and psu.cable_generation on PSU listings so AI agents can match replacement/extension cable listings to the correct PSU brand.

Complete PSU Schema — Shopify Liquid + Metafields

Metafield Namespace — psu.*

Metafield KeyTypeExample ValuesWhy Required
psu.form_factorsingle_line_text"atx", "sfx", "sfx-l", "tfx", "flexatx"Primary physical mounting compatibility — determines which cases can accept the PSU
psu.wattage_winteger550, 650, 750, 850, 1000, 1200Maximum continuous output — AI agent uses to match against build TDP estimates
psu.efficiency_ratingsingle_line_text"80plus-bronze", "80plus-gold", "80plus-platinum", "80plus-titanium"Efficiency tier — not wattage; prevents confusion between efficiency and power output
psu.modularsingle_line_text"full", "semi", "non"Cable management type — important for SFF builds where cable routing space is constrained
psu.atx_versionsingle_line_text"2.x", "3.0", "3.1"ATX standard version — determines native 12VHPWR/12V-2x6 support for high-TDP GPU safety
psu.connectors_12vhpwrinteger0, 1, 2Count of native 12VHPWR / 12V-2x6 connectors — 0 means adapter required for RTX 4080+/RX 7900 XTX
psu.connectors_pcie_8pininteger2, 4, 6Count of 8-pin PCIe connectors — multi-GPU or legacy high-TDP builds
psu.connectors_satainteger4, 6, 8SATA power connector count — storage-heavy builds (NAS, video editing)
psu.rail_12vsingle_line_text"single", "multi"Single vs multi-rail +12V — multi-rail OCP can nuisance-trip on high-TDP GPUs
psu.fan_size_mminteger80, 92, 120, 135, 140Fan size — noise and airflow characteristic; fanless mode threshold if applicable
psu.warranty_yearsinteger5, 7, 10Warranty length — indicator of manufacturer confidence in capacitor longevity
psu.depth_mminteger125, 140, 150, 160, 200Physical depth — critical for small cases where PSU shroud clearance is limited

Shopify Liquid Snippet

{% assign p = product.metafields.psu %}
{% if p.form_factor %}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": {{ product.title | json }},
  "description": {{ product.description | strip_html | json }},
  "offers": { "@type": "Offer", "availability": "{% if product.available %}https://schema.org/InStock{% else %}https://schema.org/OutOfStock{% endif %}" },
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "psu.form_factor", "value": {{ p.form_factor | json }} },
    { "@type": "PropertyValue", "name": "psu.wattage_w", "value": {{ p.wattage_w | json }} },
    { "@type": "PropertyValue", "name": "psu.efficiency_rating", "value": {{ p.efficiency_rating | json }} },
    { "@type": "PropertyValue", "name": "psu.modular", "value": {{ p.modular | json }} },
    { "@type": "PropertyValue", "name": "psu.atx_version", "value": {{ p.atx_version | json }} },
    { "@type": "PropertyValue", "name": "psu.connectors_12vhpwr", "value": {{ p.connectors_12vhpwr | json }} },
    { "@type": "PropertyValue", "name": "psu.rail_12v", "value": {{ p.rail_12v | json }} },
    { "@type": "PropertyValue", "name": "psu.warranty_years", "value": {{ p.warranty_years | json }} },
    { "@type": "PropertyValue", "name": "psu.depth_mm", "value": {{ p.depth_mm | json }} }
  ]
}
</script>
{% if p.form_factor == 'sfx' or p.form_factor == 'sfx-l' %}
  <div class="compatibility-note">
    <strong>Form Factor:</strong> {{ p.form_factor | upcase }} — requires SFF case with SFX mount or SFX-to-ATX bracket adapter for standard ATX mid-tower use.
  </div>
{% endif %}
{% if p.connectors_12vhpwr == 0 %}
  <div class="compatibility-note">
    <strong>12VHPWR:</strong> No native 12VHPWR connector. Adapter cable required for RTX 4080 / RTX 4090 / RX 7900 XTX. Use manufacturer-supplied adapter only — do not cross-brand.
  </div>
{% endif %}
{% endif %}

Is your PC components store missing these metafields?

CatalogScan scans your Shopify product catalog and scores 18 AI-agent readiness signals — including PSU form factor tagging, 12VHPWR connector disclosure, and wattage headroom guidance.

Scan My Store Free

Frequently Asked Questions

What is the difference between ATX, SFX, SFX-L, and TFX power supply form factors?

ATX (150×86mm) is the universal standard for full, mid, and mini-tower cases. SFX (100×63×125mm) is for small form factor builds — will not mount in ATX cases without a bracket. SFX-L is longer than SFX (130mm depth) with a larger 120mm fan for lower noise — not all SFX cases accept SFX-L. TFX (85×65×175mm) is for slim and low-profile OEM cases. These form factors have incompatible mounting hole patterns — a PSU from one form factor physically cannot bolt into a case designed for another without an adapter.

Is the 12VHPWR connector backward compatible with PCIe 6+2 connectors?

No. 12VHPWR is a new 16-pin connector (ATX 3.0, 2022) delivering up to 600W. It is not interchangeable with 8-pin PCIe (6+2) connectors. Adapters exist but caused connector fires on RTX 4090 launch units in 2022 due to partial seating issues. Native 12VHPWR cables from ATX 3.0 or ATX 3.1 PSUs are the safe option for RTX 4080+ class builds.

How do I calculate the correct PSU wattage for a PC build?

Formula: (GPU peak TDP + CPU MTP + system overhead) × 1.25. RTX 4090 peaks at ~520W; i9-14900K MTP = 253W; overhead ~100W → 873W × 1.25 = ~1090W → 1000W minimum, 1200W for headroom. Never size to exactly the estimated draw — PSU efficiency and lifespan both degrade when run at sustained 90–100% load.

What do 80 PLUS certification tiers mean for PSU selection?

80 PLUS tiers (White/Bronze/Gold/Platinum/Titanium) measure efficiency at 20%, 50%, and 100% load — not wattage capacity. A 650W Titanium and a 650W Bronze both deliver up to 650W. Titanium wastes ~6% less electricity as heat at 50% load. Efficiency tier does not increase or decrease maximum power output. Do not confuse "high efficiency tier" with "higher wattage."

Can I use PSU cables from a different brand?

No — never cross-brand PSU cables. Modular PSU connectors use the same Molex Mini-Fit Jr. housing but assign different voltages to different pins across manufacturers. A Corsair cable on an EVGA PSU sends incorrect voltages to GPU or motherboard rails, causing component failure or fire. Replacement cables must be from the same manufacturer and verified against the specific PSU model's pinout.

Related Guides