MSI B650M GAMING WIFI AMD AM5 mATX Gaming Motherboard - MSI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
MSI

MSI B650M GAMING WIFI AMD AM5 mATX Gaming Motherboard

SKU: B650MGAMINGWIFI
R 2 749.00 R 2 999.00
You save R 250.00 (8%)
Out of Stock
You save R 250.00 (8% off)

B650M GAMING WIFI is designed with tonnes of connectivity, flexible tools, and a convenient Wi-Fi solution with a DDR5 memory version for gamers who want it all. This is a huge step in DDR performance enhancement with the latest DDR5 memory. With a dedicated SMT welding process and MSI Memory Boost...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

B650M GAMING WIFI is designed with tonnes of connectivity, flexible tools, and a convenient Wi-Fi solution with a DDR5 memory version for gamers who want it all.

This is a huge step in DDR performance enhancement with the latest DDR5 memory. With a dedicated SMT welding process and MSI Memory Boost technology, B650M GAMING WIFI is ready to deliver world-class memory performance. The advanced SMT (Surface Mount Technology) welding process reduces the defect rate of slot solder joints, electromagnetism, and interference. With exclusive Memory Boost technology, MSI motherboards deliver a clean and pure high-frequency DDR5 signal.

Core Boost technology utilises MSI’s premium layout and optimised power design to deliver CPU current with increased speed and precision. The software supports multi-core CPUs and optimises CPU overclocking. MSI B650M GAMING WIFI series motherboards support all the latest storage standards, which allows users to connect any ultra-fast storage device. Start games faster, load levels faster, and have a real advantage over your enemies. MSI B650M GAMING WIFI series motherboards support all the latest storage standards, which allows users to connect any ultra-fast storage device. Start games faster, load levels faster and have a real advantage over your enemies

FEATURES:

  • Supports AMD RyzenTM 8000 and 7000 Series Desktop Processors
  • Supports DDR5 Memory, up to 7800+ (OC) MHz
  • Core Boost : With premium layout and digital power design to support more cores and provide better performance
  • Memory Boost: Advanced technology to deliver pure data signals for the best performance, stability and compatibility
  • Lightning Fast Game experience: PCIe 4.0 slot, Lightning Gen4 M.2
  • Steel Armour: Protecting VGA cards against bending and EMI for better performance, stability and strength
  • AUDIO Boom: Reward your ears with studio-grade sound quality for the most immersive gaming experience
  • High-Quality PCB: 6-layer PCB made by 2 oz. thickened copper

SPECIFICATIONS:

  • Socket: AM5
  • CPU Support: Supports AMD RyzenTM 8000/7000 Series Desktop Processors
  • Chipset: AMD B650
  • DDR5 Memory: DDR5 7800+(OC)/ 7600(OC)/ 7400(OC)/ 7200(OC)/ 7000(OC)/ 6800(OC)/ 6600(OC)/ 6400(OC)/ 6200(OC)/ 6000(OC)/ 5800(OC)/ 5600(OC)/ 5400(OC)/ 5200(OC)/ 5000(OC)/ 4800(JEDEC) MHz
  • Max. overclocking frequency: 1DPC 1R Max speed up to 7800+ MHz; 1DPC 2R Max speed up to 6400+ MHz
  • Memory Channel: Dual-Channel DDR5
  • DIMM Slots: 2
  • Max Memory (GB): 128GB
  • PCI-E x16: 1
  • PCI-E x1: 2
  • SATA 6G: 4
  • M.2 Slot: 2
  • RAID: 0/1/10
  • LAN: Realtek® 8125BG 2.5G LAN
  • TPM pin header (Support TPM 2.0): 1
  • USB 2.0 (Rear): 2
  • USB 2.0 (Front): 4
  • USB 5Gbps Type A (Rear): 3
  • USB 5Gbps Type C (Rear): 1
  • USB 5Gbps Type A (Front): 4
  • Audio ports (Rear): 7.1-Channel High Definition Audio, Realtek® RTL8125BG 2.5Gbps LAN
  • Wifi: AMD Wi-Fi 6E
  • Bluetooth: 5.3
  • HDMI: 1
  • DisplayPort: 1
  • DirectX: 12
  • Form Factor: mATX
  • Operating System: Support for Windows® 11 64-bit and Windows® 10 64-bit

WHAT’S IN THE BOX?

  • MSI B650M Gaming Wifi AMD AM5 mATX Gaming Motherboard, Black x1
  • I/O Shield x1
  • SATA Cable x1
  • EZ M.2 Clips x1
  • Wifi Antenna x1
  • Quick Install Guide x1
Brand MSI
Colour -
Form Factor M-ATX
Interface -
Capacity -
Memory Capacity 128GB
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket AM5
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

-10%
MSI MAG B650 TOMAHAWKWIFI AMD AM5 ATX Gaming Motherboard
MSI

MSI MAG B650 TOMAHAWKWIFI AMD AM5 ATX Gaming Motherboard

R 4 599.00 R 5 099.00

Save R 500.00

Out of Stock

-6%
MSI B550M-A Pro AM4 M-ATX Motherboard
MSI

MSI B550M-A Pro AM4 M-ATX Motherboard

R 1 689.00 R 1 799.00

Save R 110.00

In Stock

-7%
MSI B650M PROJECT ZERO MotherBoard
MSI

MSI B650M PROJECT ZERO MotherBoard

R 4 469.00 R 4 799.00

Save R 330.00

Out of Stock

-7%
MSI PRO B850M-A WIFI AM5 DDR5 M-ATX Motherboard
MSI

MSI PRO B850M-A WIFI AM5 DDR5 M-ATX Motherboard

R 3 659.00 R 3 949.00

Save R 290.00

Out of 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!