Memory cards microSD have become an integral part of most Android devices - they expand memory for photos, videos, applications and games. But what to do if your smartphone suddenly stops seeing the drive, the files are damaged, or the recording speed has dropped sharply? The reasons may lie in physical wear, card counterfeit or software failures. In this article, we will look at how to check a memory card on Android without a computer and with its help - from basic diagnostics to in-depth testing.

It is important to understand: even new cards from well-known brands (SanDisk, Samsung, Kingston) may be defective or counterfeit. And older drives lose performance over time due to wear and tear of the memory cells. We'll show you how to identify problems early to avoid data loss or sudden recording errors.

1. Preliminary check: basic signs of malfunction

Before you start testing, pay attention to indirect symptomsthat may indicate problems with the memory card:

  • ๐Ÿ“ฑ The smartphone does not see the card or defines it as โ€œdamagedโ€ when connected.
  • ๐Ÿข Slow operation: applications from the card take a long time to load, photos open with a delay.
  • ๐Ÿ”„ Spontaneous reboots when trying to copy files to microSD.
  • ๐Ÿ’พ Disappearance of files or their damage (for example, photos open with artifacts).
  • โš ๏ธ Error messages such as "SD card removed" or "Unable to mount the drive."

If at least one of these signs appears, the card is worth testing. But first, make sure that the problem is not card slot or smartphone firmware. To do this:

  1. Reboot the device.
  2. Remove the card and insert it back (with the phone turned off!).
  3. Try connecting the card to another device (for example, a laptop through a card reader).
๐Ÿ“Š How often do you check the memory card for errors?
Never
Only when problems arise
Regularly, once every few months
I donโ€™t know how do

If the symptoms persist, proceed to diagnostics. Fake memory cards often have an underestimated real capacity: for example, instead of the stated 128 GB, only 32 GB are available on them. We will talk about this in the section on authentication.

2. Built-in Android tools: checking without applications

Android has built-in tools for diagnosing drives, but they are hidden in the developer menu or require use ADB. Let's consider both options.

2.1. Checking through "Settings" (without root)

The easiest way is to use the standard data storage menu:

  1. Open Settings โ†’ Storage (or Memory).
  2. Find the section SD card and tap on it.
  3. In some firmware (for example, MIUI or One UI) the "Format" option is displayed here and the "Format" option is available. If the system prompts you to format the card, this is a sign of file system errors. card status and the "Format" option is available. If the system prompts you to format the card, this is a sign of file system errors.

Pay attention to the memory usage graph. If the occupied space is significantly less than it should be (for example, you copied 50 GB of files, but only 10 GB are occupied), this may indicate fake.

2.2 Diagnostics via ADB (for advanced users)

C. Using Android Debug Bridge you can get detailed information about the card, including it real capacity and status of blocks. To do this:

  1. Connect your smartphone to the PC and enable USB debugging in Settings โ†’ For Developers.
  2. Open the command line and enter:
    adb shell
    

    sm list-disks

    This will show a list of connected drives, including microSD.

  3. To check the file system, use:
    adb shell fsck /dev/block/mmcblk1

    (replace mmcblk1 with the current identifier of your card).

โš ๏ธ Attention: The command fsck can correct some errors, but can also delete important data before using it. files to another medium.

If ADB shows that the actual capacity of the card is less than declared, it should be replaced - this is a typical sign of a fake.

Remove the card and inspect for physical damage

Make a backup copy of your important data

Test the card on another device (optional)

Make sure the card slot in the phone is clean-->

3. Testing applications: speed, errors, authenticity

T Google Play there are dozens of utilities for diagnosing memory cards, but most of them are either ineffective or contain advertising. We have selected 3 proven toolsthat cover all key aspects of testing.

3.1. SD Card Tester (check for errors)

The application SD Card Tester scans the card for presence bad sectors and evaluates it performance. How to use it:

  1. Install the application and provide access to the storage.
  2. Select Full Test for a deep scan (takes from 10 minutes to an hour in depending on the capacity of the card).
  3. Pay attention to the lines:
    • ๐Ÿ”ด Bad sectors: if the value is greater than 0, the card is damaged.
    • ๐ŸŸก Slow sectors: indicates wear of the memory cells.
    • ๐ŸŸข Read/Write speed: compare with the declared characteristics (for example, for UHS-I Class 10 The recording speed must be at least 10 MB/s).

The application also shows real card capacitywhich helps identify fakes. If 64 GB is stated, but the test shows 16 GB, this is fraud.

3.2. A1 SD Bench (speed test)

A1 SD Bench specializes in measuring read/write speed. This is critical for cards used in 4K video shooting or for running applications (function Adoptable Storage in Android).

How to interpret the results:

Card class Minimum recording speed Recommended use
Class 2 โ‰ฅ 2 MB/s Music, documents
Class 4 โ‰ฅ 4 MB/s Photo, HD video (720p)
Class 10 / UHS-I โ‰ฅ 10 MB/s Full HD video (1080p), applications
UHS-II / UHS-III โ‰ฅ 30 MB/s 4K video, professional shooting
V30 / V60 / V90 โ‰ฅ 30 / 60 / 90 MB/s 8K video, high-speed recording

If the actual recording speed is lower than the declared one by more than 30%, the card is either fake or worn out.

3.3. FakeFlashTest (detection of fakes)

This application specializes in identifying fake cardsthat simulate a large volume, but in fact have several times less memory. The test takes a few minutes and shows:

  • ๐Ÿ“Š Real available capacity (for example, 8 GB instead of the declared 128 GB).
  • ๐Ÿ” Type of counterfeit: relabeled card (with modified firmware) or โ€œcutโ€ (part of the memory blocked).
  • โš ๏ธ Risk of data loss: if the card is fake, files may disappear if the real volume is exceeded.
โš ๏ธ Attention: Fake cards are often sold on marketplaces at a reduced price. If you bought SanDisk Ultra 256 GB for 1000 rubles, this is an almost guaranteed deception. Original cards of this size cost 3โ€“5 times more.
๐Ÿ’ก

Before purchasing a memory card, check its serial number on the manufacturer's official website (for example, SanDisk or Samsung have authentication services).

4. Checking on a PC: in-depth diagnostics

If tests on Android show problems, but you want to be 100% sure, connect the card to the computer. For this you will need card reader (built into a laptop or external USB adapter).

4.1. Check via Windows (CHKDSK)

Built-in utility CHKDSK corrects file system errors:

  1. Connect the card to the PC and remember the drive letter (for example, E:).
  2. Open the command line as an administrator and enter:
    chkdsk E: /f /r

    (replace E: with your drive letter).

  3. Wait for the check to complete. If the utility finds errors, it will try to fix them.

If CHKDSK gives a message "Windows cannot verify the disk", this may mean:

  • ๐Ÿ”Œ The card is physically damaged.
  • ๐Ÿ–ฅ๏ธ The file system is not recognized (for example, exFAT on older versions of Windows).
  • ๐Ÿ›ก๏ธ The card is write protected (check the switch Lock on the adapter).

4.2. Speed test via CrystalDiskMark

The app CrystalDiskMark gives more accurate results than mobile applications. Download it from the official website and:

  1. Select the drive letter of your card.
  2. Set the test file size (for example, 1 GB for cards up to 64 GB or 4 GB for larger volumes).
  3. Run the test Seq Q32T1 (sequential write/read).

Compare the results with the stated characteristics:

Card type Minimum write speed (MB/s) Minimum read speed (MB/s)
Class 10 10 20
UHS-I U1 10 45
UHS-I U3 30 90
UHS-II 90 150

If the write speed is below normal, the card is either worn out, or fake. Also pay attention to stability of results: if the speed drops sharply during the test, this is a sign of problems with the controller.

4.3 Checking for bad sectors via HDDScan

HDDScan โ€”a free utility for in-depth diagnostics of drives. It shows SMART data (if the card supports them) and scans the surface for bad sectors:

  1. Select your card in the list of devices.
  2. Click on the icon Tests โ†’ Surface Test.
  3. Run the test with option Read (without error correction!).

If the test shows blocks with status Damaged or Bad Sector, the card should be replaced. Even 1-2 bad sectors can lead to data loss over time.

๐Ÿ’ก

If the memory card passes all the tests, but is still unstable, the problem may be in the smartphone slot or its firmware. Try updating Android or test the card on another device.

5. Physical diagnostics: what can be checked manually

Not all problems with the memory card are related to software glitches. Sometimes mechanical damage or contaminationare to blame. Inspect the card for:

  • ๐Ÿ” Scratches on the contacts: if the gold plates are scratched, this may impair the connection.
  • ๐Ÿ’ง Traces of oxidation: green or white coating on the contacts indicates moisture penetration.
  • ๐Ÿ”ฅ Smelted areas: a sign of overheating (for example, if the card was used in high temperature conditions).
  • ๐Ÿ“ Deformation of the case: if the card is bent, it may not fit tightly into the slot.

To clean the contacts:

  1. Use soft eraser (for erasing pencils) - gently rub the contacts.
  2. Wipe the card alcohol solution (at least 70%) and let dry for 10-15 minutes.
  3. Do not use abrasive materials (sandpaper, metal brushes)!
โš ๏ธ Attention: If the card was exposed to water or high temperatures (for example, left in the car in the summer), its reliability decreases even after restoration. It is better not to use such drives for storing important data.

Also check card slot in your smartphone:

  • ๐Ÿ•ณ๏ธ Make sure there is no debris or dust (you can carefully blow it off or use compressed air).
  • ๐Ÿ”Œ Check the slot contacts for oxidation (clean with alcohol if necessary).

6. What to do if the card is damaged

If tests reveal problems, act depending on their type:

6.1. Logical errors (damaged file system)

In this case, formatting will help Copy all important data to another medium (if the card is still readable).:

  1. Copy all important data to another medium (if the card is still readable).
  2. Format the card via a smartphone (Settings โ†’ Storage โ†’ SD card โ†’ Format) or PC (select file system exFAT for cards >32 GB).
  3. If Android does not allow you to format the card, use a PC or special utilities like SD Formatter.

After formatting, check the card again. If errors remain, the problem is hardware.

6.2. Physical damage or counterfeit

In these cases:

  • ๐Ÿšฎ Recycle the cardif it is physically damaged (for example, the case or contacts are broken).
  • ๐Ÿ›’ Return to the sellerif the card is found to be counterfeit (save test screenshots as proof).
  • ๐Ÿ’พ Do not use for important dataif the card is unstable, but has not yet died completely.

If the card is under warranty, contact the manufacturer's service center. For this you may need a receipt and original packaging.

6.3. Recovering data from a damaged card

If there were important files on the card, try restoring them using:

  • ๐Ÿ–ฅ๏ธ Recuva (Windows) - a free utility for recovering deleted files.
  • ๐Ÿ“ฑ DiskDigger (Android) - works without root, but with root access it recovers more data.
  • ๐Ÿ’ป PhotoRec (cross-platform) - a powerful tool for recovering photos and videos.

The chances of success are higher if:

  • The card is detected by the system (albeit with errors).
  • The data was not overwritten after deletion.
  • You use original card reader (cheap adapters may not read data correctly).
โš ๏ธ Attention: Do not save recovered files to the same memory card - this may lead to their permanent loss. Use another medium.

7. How to extend the life of a memory card

To avoid problems in the future, follow these recommendations:

  • ๐Ÿ”„ Copy data regularly to the cloud or PC - memory cards do not last forever.
  • ๐Ÿ”‹ Remove the card correctly: use the "Safely Remove" option in Android or Windows.
  • ๐ŸŒก๏ธ Avoid extreme temperatures: do not leave the card in direct sunlight or near heat sources.
  • ๐Ÿ’ฆ Protect from moisture โ€”even if the card has a security rating IPX7, prolonged exposure to water is harmful.
  • ๐Ÿ“ฑ Do not use the card as the main storage for applications (function Adoptable Storage in Android). This accelerates its wear.
  • ๐Ÿ›ก๏ธ Buy cards only from official sellers โ€”the risk of running into a fake on marketplaces is very high.

Also pay attention to card class when purchasing:

  • For photos and music enough Class 10.
  • For Full HD video need UHS-I U3 or V30.
  • For 4K video and professional use โ€” UHS-II or V60/V90.

Memory card service life is limited by the number of write cycles (usually 10 000โ€“100 000 for MLCmemory). The more often you overwrite data, the faster it wears out.

What are write/erase cycles?

Every time you save or delete a file, the card's memory cells wear out. The cards use technology NAND, where each cell has a limited resource. For example, cheap cards based on TLCmemory can withstand ~500โ€“1000 cycles, and expensive MLCcards - up to 100,000. Therefore, you should not use microSD as a replacement for a hard drive for constant data rewriting.

FAQ: Frequent questions about testing memory cards

โ“ Is it possible to test a memory card without a computer?

Yes, applications from Google Play, such as SD Card Tester, A1 SD Bench or FakeFlashTestare suitable for this. They allow you to test speed, find bad sectors and identify fakes right on your smartphone. However, for in-depth diagnostics (for example, scanning for broken blocks), it is better to use a PC.

โ“ Why does the smartphone write โ€œSD card is damagedโ€?

This message appears for several reasons:

  • ๐Ÿ”ง Damage to the file system (for example, after incorrect ejection).
  • ๐Ÿ’ฅ Physical wear and tear of the card (broken sectors).
  • ๐Ÿ–ฅ๏ธ File system incompatibility (for example, NTFS is not supported on most Android devices).
  • ๐Ÿ› ๏ธ The memory card slot is malfunctioning.

Try formatting the card (after copying the data) or test it on another device.

โ“ How to distinguish an original card from a fake?

Fake cards can be identified by the following criteria:

  • ๐Ÿ’ฐ Price too low (original SanDisk Extreme 128 GB cannot cost 800 rubles).
  • ๐Ÿ“ฆ Poor packaging quality: blurry fonts, crooked stickers, lack of holograms.
  • ๐Ÿ” Inconsistency between the actual and declared volume (checked through FakeFlashTest or H2testw on a PC).
  • ๐Ÿท๏ธ Lack of serial number or the inability to check it on the manufacturer's website.

Buy cards only from official distributors or in trusted stores.

โ“ Is it possible to recover data from a card that the phone does not see?

There are chances, but they depend on the type of damage:

  • If card detected on a PC, use apps like Recuva or PhotoRec.
  • If the card not detectedbut is physically intact, try connecting it through another card reader or using specialized services (for example, PC-3000).
  • If the card physically damaged (broken contacts, melted housing), data recovery is possible only in laboratory conditions (expensive and not always successful).
Important: Do not write new data to the card before recovery - this will reduce the chances of success.

โ“ How long does a memory card last with active use?

Service life depends on the type of memory and intensity of use:

  • ๐Ÿ“… Cheap cards (TLC memory): 1-3 years with active recording (for example, for a DVR).
  • ๐Ÿ“… Middle class cards (MLC memory): 5โ€“7 years with moderate use.
  • ๐Ÿ“… Professional cards (SLC memory): up to 10 years or more.

To extend life of the card, avoid frequent overwriting and do not use it to store temporary files (for example, application cache).