NAND Flash
A microscopic bank of leakproof buckets that holds onto your data even when the power is turned off.
Definition A type of semiconductor storage chip found inside USB drives and SSDs that keeps your photos and files safe. Packed with billions of microscopic chambers capable of trapping electric charges, it ensures that your data remains intact even after power is completely cut.
Why Your Presentation Stays Saved Even When Unplugged
You save a presentation onto a USB thumb drive, pull it out of your computer, and toss it in your bag. Days later, you plug it into a school or work computer, and your files are sitting right there. Even though this little stick didn't receive a single drop of electricity during that time!
It helps to picture billions of microscopic buckets packed inside. If a bucket is empty, it represents a 1; if it is filled with water, it represents a 0. It might feel backward, but that is the rule NAND flash follows. Every word, picture, and video a computer processes is ultimately made of strings of these 1s and 0s.
Each of these buckets is called a memory cell. Here, the "water" is actually a tiny cluster of electrical charges. The walls enclosing each cell are so tightly sealed that these charges cannot escape.
That is why the water stays put even when you pull the plug. Its standout feature is that the data is never wiped away simply because power is lost.
There Are Strict Rules for Filling and Emptying
To fill a bucket, you have to push electrical charges right through a tightly insulating barrier. Because of this, writing data requires applying higher voltage than normal. Reading data, on the other hand, takes far less effort because the chip only needs to check whether charges are present.
The catch is that forcing charges through gradually wears down the barrier over time. If you repeatedly fill and empty the exact same buckets, those cells will wear out and start leaking first. To prevent this, a built-in controller chip evenly spreads out writes across all available buckets.
There are also rules for emptying. You cannot just pick a single bucket to erase; you have to dump out an entire block of thousands of buckets all at once. This is why cleaning up after deleting files can take a bit of extra time behind the scenes.
Thankfully, this smart controller manages all the sorting, emptying, and shuffling on its own. You can simply drag and drop your files without worrying about what is happening under the hood.
A Closer Technical Look
There is a way to make even more efficient use of each bucket. Instead of just checking whether water is present or not, the chip measures fine gradations of water levels. By distinguishing multiple levels in a single bucket, it packs more information into the exact same physical space.
However, this comes with a trade-off. Dividing the levels more finely means even a slight leak can cause the chip to misread the value, and the cell can withstand fewer write cycles. The storage drives on the market today are the result of a delicate balance between massive capacity and long-term durability.
Finally, it is easy to confuse NAND flash with a computer's RAM. RAM is like an open bucket where water quickly drains the moment power cuts out, acting as a temporary workspace for active tasks. NAND flash is the sealed bucket that keeps water stored, serving as your long-term storage.
π€ Common misconceptions
Data stored on NAND flash will stay intact forever as long as it is left powered off.
Trapped electrical charges will very slowly leak over many years. For critical long-term archives, it is safer to power on the drive periodically or keep backups in multiple different places.
When you delete a file, the corresponding buckets are emptied immediately.
Because erasing can only happen in whole blocks, the system simply marks the file as deleted for now and actually clears the buckets later in batches. This is also why recently deleted files can often be recovered.
π§Ί Where you meet it
A non-volatile semiconductor memory that uses billions of microscopic charge-trapping chambers to preserve photos and files safely even without power.