25

I have ordered Raspberry pi3. So I want what is the maximum compatible size of mirco sd card with PI3 ?

parthivrshah
  • 353
  • 1
  • 3
  • 5

2 Answers2

21

In Raspberry Pi 1B+, 2B, 3B is microSDHC card slot. This slot is compatible with maximum 32GB size.

@edit: According to this site there are microSDXC cards which works with microSDHC card slot and are bigger than 32GB, but not all of them works.

Thanks to Ghanima.

Huczu
  • 1,251
  • 9
  • 13
  • Thanks Huczu. Do you know any official documentation on this and probably other limitations? – Isaac Apr 06 '16 at 06:59
  • 4
    While not official there's some additional info, e.g. which cards do work and which don't here – Ghanima Apr 06 '16 at 07:05
  • I have this one, Samsung Evo MB-MP64DA/EU - Tarjeta de memoria micro SDXC de 64 GB (UHS -I Grade 1, Clase 10, con adaptador SD), and it works in a Raspberry Pi 3 model B. – VansFannel Dec 02 '16 at 11:51
  • tested several 64GB u10 mSD cards... all woking... a few sometimes are not recognized... but after a remove/re-insert they become 'convinced' to work... – ZEE Jan 25 '18 at 19:10
  • 1
    I have a 128GB u10 mSD ready to test... (been testing it in a PC as a physical storage for VMs)... as soon as I can I will test it too with R-Pis... them 'feedback I will give!!! ;-) – ZEE Jan 25 '18 at 19:12
  • "Because of a constraint in versions of SoC's used in the Raspberry Pi Zero, 1 and 2, the SD card partition size limit is 256GB. From the Raspberry Pi 3 onwards this limitation does not apply." Source: raspberrypi.org/documentation/installation/sd-cards.md – Diomedes Domínguez Apr 15 '21 at 20:11
6

I'm using the SanDisk Ultra 128Gb for my RetroPie on the Pi 3

https://www.amazon.co.uk/gp/product/B013UDL5HU/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1

Simon Collett
  • 61
  • 1
  • 1
  • 1
    Same here. Can you confirm that you're able to use the entire space though? – IceMage Mar 11 '19 at 19:23
  • I can confirm it has the entire space available. Using SanDisk 128Gb with official image. – sr9yar Apr 13 '20 at 09:18
  • 1
    "Because of a constraint in versions of SoC's used in the Raspberry Pi Zero, 1 and 2, the SD card partition size limit is 256GB. From the Raspberry Pi 3 onwards this limitation does not apply." Source: https://www.raspberrypi.org/documentation/installation/sd-cards.md – Diomedes Domínguez Apr 15 '21 at 20:11