MSI MAG345CQR 34" Curved Gaming Monitor 3440x1440 (UWQHD) VA 1ms 180Hz - MSI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
MSI

MSI MAG345CQR 34" Curved Gaming Monitor 3440x1440 (UWQHD) VA 1ms 180Hz

SKU: MAG 345CQR
R 10 829.00 R 12 999.00
You save R 2 170.00 (17%)
In Stock
You save R 2 170.00 (17% off)

Visualize your victory with MSI MAG 345CQR gaming monitor. Equipped with a 180Hz Refresh rate, 1ms (MPRT)response time panel, the MAG 345CQR will give you the competitive edge you need to take down your opponents. The UWQHD (3440x1440) high resolution will let you experience the mesmerising images....

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

Frequently Bought Together

Visualize your victory with MSI MAG 345CQR gaming monitor. Equipped with a 180Hz Refresh rate, 1ms (MPRT)response time panel, the MAG 345CQR will give you the competitive edge you need to take down your opponents. The UWQHD (3440x1440) high resolution will let you experience the mesmerising images. Enjoy extremely smooth, tear-free gameplay with built-in Adaptive-Sync technology when paired with your GPU for ultra-smooth gameplay.

The MSI MAG 345CQR is also engineered with your well-being in mind. Less Blue Light technology reduces harmful blue light emissions, minimising eye strain during extended gaming sessions. Adaptive-Sync technology syncs seamlessly with your GPU to deliver ultra-smooth, stutter-free visuals, enhancing your gaming sessions into uninterrupted, tear-free adventures.

Step into the shadows without fear using the monitor’s Night Vision feature, a smart black tuner that reveals the critical hidden details in dark areas, ensuring you never miss a moment of the action. Whether you're tracking down enemies in low-light environments or exploring mysterious landscapes, the MSI MAG 345CQR is your gateway to a superior gaming experience.

FEATURES:

  • VA Panel – Provides 1ms (MPRT) response time, optimizes screen colors and brightness.
  • UWQHD High Resolution – Games will look even better, displaying more details.
  • 180Hz Refresh Rate – Respond faster with smoother frames.
  • 1ms (MPRT) Response Time – Eliminate screen tearing and choppy frame rates.
  • Night Vision – Smart black tuner to brighten your day by bringing out the fine details in dark areas.
  • Adaptive-Sync Technology - Tear free, stutter free, fluid gaming.
  • Less Blue Light – Use a software solution to reduce the light emission in the blue-violet region of the blue light spectrum.

SPECIFICATIONS:

  • Panel Size: 34″
  • Active Display Area (mm): 797.22(H) x 333.72(V)
  • Curvature: 1000R
  • Panel Type: VA
  • Panel Resolution: 3440x1440 (UWQHD)
  • Pixel Pitch (H x V): 0.23175(H) x 0.23175(V)
  • Aspect Ratio: 21:9
  • Brightness (Nits): 300 (Typ.)
  • Contrast Ratio: 3500: 1 (Typ.)
  • DCR: 100000000:1
  • Signal Frequency: 70.57~268.2 KHz(H) / 48~180 Hz(V)
  • Refresh Rate: 180Hz
  • Response Time: 1ms (MPRT)
  • Dynamic Refresh Rate Technology: AMD FreeSync™ Premium
  • HDR Support: HDR Ready
  • Video Ports: 1x DP (1.4), 2x HDMI™ (2.0)
  • USB Ports: 2x USB 2.0 Type A, 1x USB 2.0 Type B
  • Audio Ports: 1x Earphone out
  • Viewing Angle: 178° (H) / 178° (V)
  • Surface Treatment: Anti-glare
  • Adobe RGB / DCI-P3 / SRGB: 90% / 95% / 120%
  • Power Type: External Adaptor, 19V / 3.42A
  • Power Input: 100~240V, 50/60Hz
  • Adjustment (Tilt): -5° ~ 20°
  • Adjustment Swivel: -30° ~ 30°
  • Adjustment (Height): 0 ~ 100mm
  • Display Colors: 1.07B , 10 bits (8 bits + FRC)
  • Kensington Lock: Yes
  • Activated Range: 48 ~ 180Hz
  • Frameless Design: Yes
  • VESA Mounting: 100 x 100 mm
  • Product Dimensions: 79.75 x 33.23 x 51.8cm

WHAT’S IN THE BOX:

  • MSI MAG 345CQR 34″ UWQHD VA 180Hz Curved Gaming Monitor – Black x1
Brand MSI
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

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

Related Products

-30%
LG 32" Ultragear 2560 x 1440 QHD Gaming Monitor FreeSync 165Hz 1ms
LG

LG 32" Ultragear 2560 x 1440 QHD Gaming Monitor FreeSync 165Hz 1ms

R 4 739.00 R 6 759.00

Save R 2 020.00

Out of Stock

-28%
MSI MON CURVE VA  27 1440P 170HZ 1MS
MSI

MSI MON CURVE VA 27 1440P 170HZ 1MS

R 5 419.00 R 7 499.00

Save R 2 080.00

Only 3 left - order soon!

-49% Hot
MSI MPG 341CQPX QD-OLED 34″ UWQHD 240Hz 0.03ms Curved Gaming Monitor
MSI

MSI MPG 341CQPX QD-OLED 34″ UWQHD 240Hz 0.03ms Curved Gaming Monitor

R 16 919.00 R 32 999.00

Save R 16 080.00

Out of Stock

-10%
LG UltraGear 27" QHD OLED Gaming 480Hz 0,03ms
LG

LG UltraGear 27" QHD OLED Gaming 480Hz 0,03ms

R 18 909.00 R 20 999.00

Save R 2 090.00

Only 3 left - order soon!

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