ASUS TUF Gaming EVO 850W 80 PLUS Gold Modular Power Supply - ASUS | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ASUS

ASUS TUF Gaming EVO 850W 80 PLUS Gold Modular Power Supply

SKU: TUF-GAMING-850G-EVO
R 3 115.97
In Stock

850W of Gold-certified power | ATX 3.1 & PCIe Gen 5.1 ready | Military-grade components built to last | Fully modular etched cables | 8-year warranty

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

850W of Gold-certified power | ATX 3.1 & PCIe Gen 5.1 ready | Military-grade components built to last | Fully modular etched cables | 8-year warranty

The ASUS TUF Gaming 850W Gold EVO is a fully modular power supply built for builders who demand reliability, longevity, and compatibility with the latest hardware. Delivering 850W of 80 PLUS and Cybenetics Gold-certified power, it meets the stringent ATX 3.1 standard and ships with a 16-pin PCIe Gen 5.1 cable — making it ready for current-generation GeForce RTX 50 and Radeon RX 9000 series graphics cards. Military-grade TUF 5K capacitors offer a wider temperature tolerance and up to 2.5x longer lifespan than standard caps, while a conformal PCB coating guards against moisture, dust, and debris. A 135mm dual-ball bearing fan runs quieter and lasts up to twice as long as sleeve-bearing alternatives, and the premium tin-plated oxygen-free copper etched cables keep temperatures well within safe limits and routing clean. Six years and counting, this PSU keeps your system stable — backed by an 8-year warranty that means ASUS stands behind it for the long haul.

Features

  • 850W total output with 80 PLUS Gold and Cybenetics Gold certification for efficient, low-heat power delivery
  • ATX 3.1 compliant with a bundled 16-pin PCIe Gen 5.1 cable — compatible with the latest GeForce RTX and Radeon GPUs
  • Military-grade TUF 5K capacitors with up to 2.5x longer lifespan and 52% wider temperature tolerance than standard capacitors
  • Fully modular design with premium etched tin-plated oxygen-free copper cables for cleaner builds and cooler operation
  • 135mm dual-ball bearing fan for efficient, long-lasting cooling — up to twice the lifespan of sleeve-bearing fans
  • Protective conformal PCB coating resists moisture, dust, and debris
  • Comprehensive protection suite: OPP, OVP, UVP, SCP, OCP, and OTP
  • 8-year warranty for lasting peace of mind

Specifications

  • Wattage: 850W
  • Efficiency Rating: 80 PLUS Gold
  • Modularity: Full Modular
  • Form Factor: ATX
  • ATX Standard: ATX 3.1
  • 12V-2x6 / PCIe Gen5 Connector: Yes
  • Fan Size: 135 mm
  • Colour: Black
  • Warranty: 96 months
  • Product Dimensions: 14 x 15 x 8.6 cm
  • Product Weight: 1350g

What's in the Box

  • ASUS TUF Gaming 850W Gold EVO PSU – Black x1
  • Power Cord x1
  • Motherboard Power Cable (610mm) x1
  • CPU 1-to-2 Cable (650mm+100mm) x1
  • PCIe Gen 5.1 Cable 16-pin-to-16-pin (500mm) x1
  • PCIe 1-to-1 Cable 8-pin-to-6+2-pin (500mm) x1
  • PCIe 1-to-2 Cable 16-pin-to-6+2-pin x2 (500+100mm) x1
  • SATA & Peripheral 1-to-2+1 Cable (400+120+120mm) x2
  • TUF Gaming Cable Tie x3
  • User Manual x1
Brand ASUS
Colour Black
Form Factor ATX
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 96 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!