Antec Atom V650 Non-Modular Power Supply - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec Atom V650 Non-Modular Power Supply

SKU: ATOM V650
R 679.00 R 749.00
You save R 70.00 (9%)
In Stock
You save R 70.00 (9% off)

The Antec Atom V650 650W Non-Modular Power Supply is engineered to deliver reliable performance and efficiency for your PC build. Designed with a 120mm Silent Fan, it ensures quiet operation while maintaining a cool system temperature. Backed by Antec's AQ2 Quality Warranty, which includes two...

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

Frequently Bought Together

The Antec Atom V650 650W Non-Modular Power Supply is engineered to deliver reliable performance and efficiency for your PC build. Designed with a 120mm Silent Fan, it ensures quiet operation while maintaining a cool system temperature. Backed by Antec's AQ2 Quality Warranty, which includes two years of parts and labor coverage and exceptional technical support, the Atom V650 is built to meet the demands of modern computing with confidence.

Equipped with Thermal Manager Technology, the Atom V650 provides advanced fan control for optimal heat and noise management, ensuring stable operation even during demanding workloads. Its CircuitShield™ protections—including Over Voltage Protection (OVP), Over Power Protection (OPP), Short Circuit Protection (SCP), and No Load Operation (NLO)—safeguard your system from potential damage, making it a dependable choice for a wide range of applications.

Compliant with Intel ATX12 Ver2.31 standards, the Atom V650 offers broad compatibility for various systems. Its non-modular design includes essential connectors, such as 24-pin, 8-pin EPS, PCI-E, SATA, and Molex, to support a variety of components. Delivering 650W of reliable power, this PSU ensures consistent performance, making it an ideal choice for users seeking a balance of efficiency, quiet operation, and robust protection.

FEATURES:

  • Hight Efficiency: Produces less noise and less heat
  • 120mm Silent Fans: Low-noise fan
  • Thermal Manager: An advanced fan control for optimal heat & noise management
  • CircuitShield™: Industrial grade protections: OVP, OPP, SCP, NLO
  • Compatibility: Compliance with Intel ATX12 Ver2.31 standards
  • AQ2: Antec Quality 2-Year warranty

SPECIFICATIONS:

  • Model: ATOM V650 v2
  • Type: ATX 12V 2.31
  • Modular: Non-Modular
  • Input Voltage: 200-230 VAC
  • Input Current: 6.3 A
  • Input Frequency Range: 50Hz
  • Protection: OVP, OPP, SCP, NLO
  • Max. Power: 650W
  • Fan: 120mm Silence Fan
  • Certification:
    • 1 x MB 24(20+4) Pin
    • 1 x 8(4+4) Pin EPS 12V
    • 2 x 8(6+2)Pin PCI-E
    • 5 x SATA
    • 2 x Molex
    • 1 x FDD
  • Product Dimensions: 14 x 15 x 6.5 cm

WHAT’S IN THE BOX:

  • Antec Atom V650 650W Non-Modular Power Supply - Black x1
Brand Antec
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

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

Related Products

-8%
Antec Atom V750 Non-Modular Power Supply
Antec

Antec Atom V750 Non-Modular Power Supply

R 739.00 R 799.00

Save R 60.00

In Stock

-16%
Asus PRIME 750W 80 PLUS Bronze ATX Non-modular Power Supply
ASUS

Asus PRIME 750W 80 PLUS Bronze ATX Non-modular Power Supply

R 1 689.00 R 2 019.00

Save R 330.00

In Stock

-9%
DeepCool PL750D 750W 80PLUS Bronze ATX3.1 Non-Modular Power Supply
DEEPCOOL

DeepCool PL750D 750W 80PLUS Bronze ATX3.1 Non-Modular Power Supply

R 999.00 R 1 099.00

Save R 100.00

In Stock

// 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!