DeepCool Gamerstorm PQ1000G 1000W 80PLUS Gold Fully Modular Power Supply - GAMER STORM | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
GAMER STORM

DeepCool Gamerstorm PQ1000G 1000W 80PLUS Gold Fully Modular Power Supply

SKU: R-PQA00G-FD1B-JGEU-V1
R 2 285.40
Available on Backorder

1000W Fully Modular ATX 3.1 PSU | 80 Plus Gold Certified | Native PCIe 5.1 12V-2x6 Connector | Full Japanese Capacitors | 10-Year Warranty

This item is on backorder — new stock is expected around 2 Oct 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

1000W Fully Modular ATX 3.1 PSU | 80 Plus Gold Certified | Native PCIe 5.1 12V-2x6 Connector | Full Japanese Capacitors | 10-Year Warranty

The GAMER STORM PQ1000G is a 1000W fully modular ATX 3.1 power supply built for demanding modern PC builds that pair high-end GPUs with power-hungry components. Rated 80 Plus Gold, it delivers at least 90% efficiency under typical 50% loads, keeping heat and energy waste to a minimum. Its native PCIe 5.1 12V-2x6 connector provides up to 450W for the latest graphics cards via a sleeved 105°C-resistant 16AWG copper-core cable, while ATX12V V3.1 compliance ensures the unit handles random power spikes — delivering twice total system power headroom and three times the rated 12V-2x6 cable power for 0.1 ms transient events. Reliability is underpinned by full Japanese electrolytic capacitors, an Active PFC + Half-Bridge LLC + DC-to-DC topology, and a hold-up time of at least 16 ms at full load — exceeding ATX 3.1 requirements. The 120 mm FDB fan adjusts speed dynamically based on internal thermal demands, and the compact 140 × 150 × 86 mm chassis fits the vast majority of ATX cases. Eight protection systems — OPP, OVP, SCP, OTP, OCP, UVP, SIP, and NLO — keep your components safe, and a full 10-year limited warranty backs every unit.

Features

  • 1000W total output with ATX12V V3.1 compliance for modern high-performance PC builds
  • 80 Plus Gold certified — at least 90% efficiency under typical 50% load, reducing heat and energy waste
  • Native PCIe 5.1 12V-2x6 connector supplies up to 450W for the latest GPUs via a sleeved 16AWG copper-core cable
  • Full Japanese electrolytic capacitors with Active PFC + Half-Bridge LLC + DC-to-DC topology for stable, consistent output
  • Hold-up time of ≥16 ms at full load — exceeding ATX 3.1 compliance requirements
  • 120 mm FDB (Fluid Dynamic Bearing) fan dynamically adjusts speed to match cooling demands
  • Comprehensive protection suite: OPP, OVP, SCP, OTP, OCP, UVP, SIP, and NLO
  • Fully modular cabling for clean builds and unrestricted airflow
  • 10-year limited warranty

Specifications

  • Wattage: 1000W
  • Efficiency Rating: 80 PLUS Gold
  • Modularity: Full Modular
  • Form Factor: ATX
  • ATX Standard: ATX12V V3.1
  • 12V-2x6 / PCIe Gen5 Connector: Yes
  • Fan Size: 120 mm
  • Colour: Black
  • Warranty: 120 months
  • Product Dimensions: 15 x 14 x 8.6 cm

What's in the Box

  • DeepCool Gamerstorm PQ1000G 1000W 80PLUS Gold Fully Modular Power Supply x1
  • Modular Cable Pack x1
  • Power Cable x1
  • User Manual x1
Brand GAMER STORM
Colour Black
Form Factor ATX
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 120 months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!