Unfortunately, there are many fake SD and microSD cards floating around on the Internet. Even reputable online marketplaces like Amazon aren’t immune to the influx of useless cards being flogged to unsuspecting consumers. That’s why you need a fake SD card test to avoid getting scammed.
- SIIG's SD Memory Card Slot Cleaning Kit is a convenient two-sided Secure Digital (SD) and Mini SD memory card slot cleaner effectively removes dirt, dust and small particles from SD, MMC, & Mini SD memory card slots for optimal performance. It includes a scratch resistant microfiber cloth for keeping the SD slot clean and clear.
- GENERAL MEMORY CARDS FAQs 1. How many number of pictures can I store in my card or device? I get a 'The disk is write-protected' message when I transfer files to my memory card, how do I fix? How do I format my memory card? What the differences between speed ratings and speed class? My card reader is not being detected, how do I.
Isn’t it frustrating when your camera gets sluggish after you put the memory card back in? Or when you connect the card to a Windows computer after your Mac, and have to browse through odd-looking files like Spotlight-V100?
Both of these problems are caused by the service files OS X writes onto your memory card when you work with it on a Mac. Normally, when you ask someone how to clean an SD card, the answer you get is “just format it”. But what if formatting the SD card is not an option, because you only want those junk files gone, not everything you’ve got there? Well, looks like you’re going to need an SD card cleaner (we recommend CleanMyDrive 2, it’s free and works with all kinds of external drives).
In this post, we’ll show you how to clear SD card junk with a cleaner app, so that you don’t have to format your SD card. But first, let’s figure out what these troublemaker files on your card are.
What’s there to clean on an SD card?
After connecting your card to a Mac, you may have noticed some of these files on it:
- .DS_Store
- .Spotlight-V100
- .TemporaryItems
- .fseventsd
What are they? These are files the OS X creates as it works with your SD card, for various purposes. .DS_Store, for example, stores different folder data for the Finder, like how the icons are positioned. .fseventsd is a log file the system writes when files are deleted or modified. So, at some point they were useful to your Mac, but not anymore — and they are certainly useless to you. Even worse: they can corrupt your memory card’s performance and cause your camera to lag.
But the most annoying thing about these files is that they are hard to get rid of manually. Formatting the SD card helps, but if you don’t want to throw out the baby with the bathwater and delete your own files along with the junk — an SD cleaner app is the way out.
How to remove junk files with an SD card cleaner
External storage cleaner apps for Mac are not as common as they should be (someone please do something about that). But fortunately, we’ve got a free app that is tremendously helpful for SD cards and other types of external drives — CleanMyDrive 2. Here’s how you clean all the pesky junk files with it:
- Install CleanMyDrive 2 (it will settle in your menu bar for easy access).
- Click on the CleanMyDrive 2 icon in your menu bar. You’ll see all connected drives, including your SD card.
- Hit the Clean button next to your card.
Done. This will clear SD card junk and make the card run like new again. Even better: you can set the SD cleaner to remove junk automatically upon eject. To set up automatic cleanups, do the following:
- Open CleanMyDrive 2.
- Click on the little round icon next to your SD card.
- Enable Automatic cleanup.
That’s it. From now on, CleanMyDrive 2 will wipe out OS X service files every time you eject the SD card. You can forget about annoying .DS_Stores on your memory card, or the laggy camera after you’ve transferred pics onto your Mac. Get CleanMyDrive 2 for free and see how much an SD card cleaner can help. Seriously, it’s more useful that we’re telling you.
Summary :
How to remove write protection on micro SD card, SD card, memory card? This tutorial provides 8 fixes with detailed guides to help you remove write protection on SD/memory card of SanDisk, Samsung, Transcend, etc. To recover data from SD card or format SD card, MiniTool software offers free tools for you, MiniTool Power Data Recovery, MiniTool Partition Manager.
Quick Navigation :
When you try to add or modify a file on the miso SD card but get an error message “The SD card is write protected”, you can check the 8 fixes below for how to remove write protection on micro SD card so that you can smoothly write data on it.
SD Card Is Write Protected? Remove Write Protection from SD Card
- Unlock the Micro SD Card
- Remove Write Protection from SD Card with Diskpart
- Edit Registry to Fix SD Card Write Protected
- Run CHKDSK to Repair a Corrupted SD Card
- Perform a Virus Scan for the Micro SD Card
- Recover Data from Corrupt SD Card
- Reformat the Micro SD or Memory Card
- Change a New Micro SD Card
How to Remove Write Protection on Micro SD Card – 8 Ways
SD card can be write protected due to physical or logical reasons. Below we list some possible solutions to help you remove write protection from SD card on Windows 10 computer.
Fix 1. Unlock the Micro SD Card
Some micro SD cards or memory cards have a physical write protection switch. The first step to fix SD card write protected issue is to check the SD card lock switch. Make sure the lock switch is moved to the unlocking status.
If the micro SD card is write protected but not locked, continue to try other solutions below.
Learn how to mount or unmount SD card in this post. Mount SD card as permanent storage in Windows 10. Fix SD card won’t mount error in 4 ways.
Fix 2. Remove Write Protection from SD Card with Diskpart
You can easily remove the write protection attribute from micro SD card using CMD on Windows 10. Check how to do it below.
Step 1. Open Command Prompt. You can press Windows + R, type cmd in Run dialog, and press Ctrl + Shift + Enter. Click Yes in the pop-up UAC window to open elevated Command Prompt on Windows 10.
Step 2. Open Diskpart tool. Next you can type diskpart in Command Prompt window, and press Enter to open Diskpart utility. Diskpart is a Windows built-in command-line tool letting you manage your disk.
Step 3. Type the command lines below and press Enter after each line to clear write protection on the micro SD card. You need to connect the SD card to computer beforehand.
- list disk (this command will list all detected disks on your computer)
- select disk * (replace “*” with the disk number of the micro SD card)
- attributes disk clear readonly
By doing so, the SD card should not be write-protected any longer. But if you still can’t write data onto the SD card, try other possible methods below.
Fix 3. Edit Registry to Fix SD Card Write Protected
Before you use Registry Editor to fix disk write protected error, it’s advised that you back up registry first since it’s dangerous if you make some mistakes in editing registry. (Check: Backup and Restore Registry).
Learn how to turn off write protection on the micro SD card below.
Step 1. Use an SD card reader to connect the SD card to your Windows computer. (Related: Fix SD card not showing up)
Step 2. Press Windows + R to open Run dialog, type regedit, and press Enter. Click Yes in the pop-up UAC window to open Registry Editor on Windows 10.
Step 3. Next expand the folder in the left panel as the following path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl. And click StorageDevicePolicies folder.
If you don’t see this folder, then you can right-click Control folder and click New -> Key to create a new key named StorageDevicePolicies. Right-click StorageDevicePolicies folder and click New -> DWORD (32-bit) Value to create a new value named WriteProtect.
Step 4. Then double-click WriteProtect key in the right window and set is value data as 0 and click OK.
Step 5. Close Registry Editor window and restart your computer to make these changes take effect.
Fix 4. Run CHKDSK to Repair a Corrupted SD Card
If the micro SD card is corrupt or has some bad sectors, it may cause SD card stops working issue and make it impossible to write data onto the SD card. You can run CHKDSK to check and fix errors on the disk.
Sd Card Cleaner online, free

Step 1. Open Command Prompt window. Press Windows + R, type cmd, and press Ctrl + Shift + Enter to run Command Prompt as administrator.
Step 2. Next type chkdsk /f /r command with the drive letter of the SD card, e.g. chkdsk h: /f /r, and press Enter to run CHKDSK to check and fix errors as well as mark bad sectors on the SD card.
Fix 5. Perform a Virus Scan for the Micro SD Card
If the micro SD card is infected by malware or virus, it may cause the SD card write protected and not working issue. To fix this, you can run the antivirus software on your Windows computer to check and remove possible malware or virus on the SD card.
Fix 6. Recover Data from Corrupt SD Card
If the SD card has errors and you lost some files on it, you can use a top data recovery software to easily recover files from SD card.
MiniTool Power Data Recovery is a professional data recovery program for Windows users. You can use it to easily recover files from micro SD card, SD card, memory card, USB drive, external HDD, SSD, and Windows computer.
You can even use MiniTool Power Data Recovery to recover data from corrupt or formatted SD card. It is a 100% clean and safe program. Download and install MiniTool Power Data Recovery below.
Step 1. Connect the micro SD card to your Windows computer using the SD card adapter and SD card reader.
Step 2. Launch MiniTool Power Data Recovery on Windows computer, and select Removable Disk Drive in the left column. Select the micro SD card in the right window, and click Scan button.
Step 3. After this software finishes scanning all data on the SD card, you can check the recovery result to find needed files, and click Save button to store them to a new place.
Fix 7. Reformat the Micro SD or Memory Card
For how to remove protection on the micro SD card, you can reformat it with SD card formatter. But before you format it, you should back up all needed data. If you lost some important data because of SD card corruption, you can try Fix 6 to recover SD card data first.
Check how to format the SD/memory card with MiniTool Partition Manager that is a top free disk partition manager for Windows users. Download and install MiniTool Partition Manager below.
- Still, connect the SD card to your Windows computer. Launch MiniTool Partition Manager.
- Right-click the partition on the SD card and select Format option in the menu list.
- Select a file system format for the SD card like FAT32 or NTFS to continue formatting the SD card.
Cleaning Sd Card Slot
Fix 8. Change a New Micro SD Card
If the SD card still can’t work, then you may change a new micro SD card for your device.
Possible Causes of SD Card Write Protected Problem
- The SD card is locked by the Lock switch on the side of the SD card.
- SD card is infected by malware or virus.
- SD card is corrupt and has some logical errors.
- SD card has some physical damage.
- You accidentally made the memory card read-only.
Conclusion
As for how to remove write protection on micro SD card, this post provides 8 possible solutions. If you have better way to fix micro SD card write protected issue, you can share with us.
Encounter problems when using the software from MiniTool? Please contact our official support team: [email protected].
How to Remove Write Protection on Micro SD Card FAQ

Comments are closed.