Crucial X9 Pro 1TB Type-C Portable SSD - Crucial | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Crucial

Crucial X9 Pro 1TB Type-C Portable SSD

SKU: CT1000X9PROSSD9
R 3 199.00
Out of Stock

[embed]https://youtu.be/Cs7KL6UWpiQ?si=BI6dkB0QDGn1E3eS[/embed] Accelerate your workflow with the powerful performance of the Crucial® X9 Pro Portable SSD. With read and write speeds up to 1,050MB/s and up to 1TB of capacity, the X9 Pro has space for thousands of photos, files, and videos, along...

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

[embed]https://youtu.be/Cs7KL6UWpiQ?si=BI6dkB0QDGn1E3eS[/embed]

Accelerate your workflow with the powerful performance of the Crucial® X9 Pro Portable SSD. With read and write speeds up to 1,050MB/s and up to 1TB of capacity, the X9 Pro has space for thousands of photos, files, and videos, along with the speed you need to organise, curate, edit, and retouch your portfolio quickly, supporting whatever you do in Adobe® Lightroom®. The Crucial X9 Pro is plug-and-play ready with a USB Type-C connection and works with Windows, Mac, Android, and more. Featuring Micron® TLC NAND and water and dust resistance (IP55), the Crucial X9 Pro is designed for durability and style in the studio, in the field, or wherever you roam.

With read and write speeds up to 1,050 MB/s, the Crucial X9 Pro Portable SSD is powerful enough for editing directly from the drive. Get more done with high sustained performance of up to 1,050 MB/s reads and 975 MB/s writes throughout the drive’s capacity.

The X9 Pro offers plug-and-play compatibility with Windows, Mac, Android, iPad, PC, Linux®, PlayStation®, and Xbox® gaming consoles via an included USB Type-C cable. Protect sensitive data in the studio, in the field, or while travelling with password protection and 256-bit AES hardware encryption. Engineered by Micron®, the Crucial X9 Pro Portable SSD comes in anodized aluminium with a rubberized soft-touch base in a mini 65 x 50 mm design that includes a drive activity light in the integrated lanyard hole.

FEATURES:

  • 1TB (1000GB) storage capacity
  • Fast transfer speeds, reads and writes up to 1,050MB/s
  • A compact, lightweight, and portable design works with your favourite devices
  • Durable design with IP55 water and dust resistance
  • Backed by Micron, one of the largest manufacturers of flash storage in the world
  • Widely compatible with laptops, tablets, phones,  and more

SPECIFICATIONS:

  • Capacity: 1TB (1000GB)
  • Sequential Read: Up to 1,050MB/s
  • Sequential writes: 1,050MB/s
  • Raw capacity: 1,024GB
  • Form factor: External Portable
  • Interface: USB 3.2 Gen2 (10 GB/s)
  • Power Usage: USB bus-powered (5V/1A required)
  • Dimensions: 5.0 x 6.5 x 10 cm
  • Weight: 38g

WHAT’S IN THE BOX:

  • Crucial X9 Portable SSD 1TB - Grey x1
  • Quick-Start Guide
Brand Crucial
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 60 Months
0.0
0 reviews
Login to Review

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

Related Products

Crucial X9 1TB Type-C Portable SSD
Crucial

Crucial X9 1TB Type-C Portable SSD

R 2 679.00

Out of Stock

OWC Thunderblade 4TB Thunderbolt3 2.5" External SSD
OWC

OWC Thunderblade 4TB Thunderbolt3 2.5" External SSD

R 39 599.00

Out of Stock

Patriot iLuxe Cube 1TB Type-C Smart Backup Solution - White
Patriot

Patriot iLuxe Cube 1TB Type-C Smart Backup Solution - White

R 4 379.00

Only 5 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!