GetUSB.info Logo

5 (legit) Reasons a USB Flash Drive Disconnects and Reconnects in Windows

Roll Play Scenario:

  • Windows: Sound of connecting a USB flash drive…
  • User: Ah yes… let’s get to work!
  • Windows: Sound of a disconnected USB device…
  • User: Oh no, what’s happening?

A quick Google search later and here we are. Let’s take a closer look.

Intermittent USB disconnects are frustrating because they often feel random. In reality, Windows is usually responding to a power, driver, or hardware condition rather than failing silently. The key is to determine whether the issue follows the USB device itself or stays with a specific computer or port. Once you isolate that variable, troubleshooting becomes much more predictable.

Below are five legitimate reasons your USB flash drive might be disconnecting from your Windows computer.

1. Running on Battery

By default, Windows is configured to reduce power consumption when running on battery, which can include powering down USB ports after a period of inactivity. This typically happens after 10–15 minutes, but power profiles can vary. Before changing any settings, plug your laptop into AC power and see if the issue disappears.

To check your USB power settings:

Search for Control Panel and press Enter.

Windows Control Panel

In the Control Panel, click Hardware and Sound.

Hardware and Sound settings in Windows Control Panel

From there, select Change battery settings, then Change plan settings, and finally Change advanced power settings. Scroll through the options to find USB settings and adjust power behavior as needed.

USB power settings in Windows advanced power options

2. Faulty USB Port

The most common cause of USB disconnects is a worn or damaged USB port. Laptop ports see frequent use, and front-panel ports on desktop towers often experience the most wear. If the USB device wiggles easily or inserts with little resistance, the port may be failing.

Continue Reading

How To – View Linux Files on USB Flash Drive

This article explains how to view Linux files stored on a USB flash drive when it is connected to a Windows 10 computer.

This situation is more common than many people expect. As of 2020, roughly 25% of computers run some form of Linux. Because of this, there is a good chance you will eventually receive a USB flash drive formatted on a Linux system that you need to access from Windows. This guide walks through the steps a Windows user can take to read a Linux-formatted USB flash drive.

Linux commonly formats USB flash drives using ext2, ext3, or ext4 file systems. These formats are native to Linux and are optimized for reliability, permissions, and journaling. While Linux can also read and write FAT32 or exFAT, ext-based formats are preferred for system tools, bootable media, and application data.

When a USB drive formatted as an ext file system is connected to Windows, the operating system will usually prompt you to format the drive. Do not format it. Formatting will permanently erase the data. Try the steps below first. You may also find this related guide helpful: best practices for formatting USB flash drives.

Follow these steps to access a Linux-formatted USB flash drive in Windows.

The first step may not be strictly required, but it is strongly recommended for improved compatibility.

In the Windows search field, type Control Panel and press Enter.

This opens the Windows Control Panel.

Click Programs, then select Turn Windows features on and off.

In the dialog box that appears, scroll down until you find Windows Subsystem for Linux and check the box. Click OK to apply the change and close the window.

Continue Reading

How To Copy Protect PDF Files

How to Copy Protect PDF Files Outside Adobe Ecosystem

This article will overview how to copy protect PDF files outside of the Adobe ecosystem. A couple of things worth mentioning before getting into the details:

  • Encryption is different than copy protection. Encryption is a technology solution where the PDF owner assigns a password to the document and after the user enters that password the user can do anything they want with the file. Print, share, screen capture, etc. The idea for encryption is the document being unattainable until a password is entered.
  • Copy protection does not use a password and anyone can see the file. However, the file cannot be copied, printed, shared or screen captured. The idea behind copy protection is the PDF being viewed by anyone, but nothing can be done with the file. When people are searching for PDF copy protection, this is the solution most likely sought after.

Challenges with PDF Security and Copy Protection

PDF or Portable Document Format is an open standard. What this means is the document format was designed to be used in just about any document reader program. The goal for the PDF specification was to make the format as universal as possible. For this reason, it is a bit more difficult than one would think to copy protect a PDF file.

Windows comes pre-installed with Adobe Reader. In addition, Windows has embedded Adobe API code to read PDF files. Even if Adobe Reader was not installed on your computer, or uninstalled, the underlying code is still there to open a PDF. In additional to Adobe Reader (#1 PDF reader in the market) there are dozens of additional PDF reader programs. Again, the goal for all these readers is to open and read a portable document file.

Adobe copy protection solutions are very well known for being cracked. If you Google “Adobe copy protection crack” you will find pages of ways the Adobe security features are compromised. Here and here are two examples of Google search results with web pages dedicated to hacking.

The fundamental problem with copy protection are the lack of controls when viewing a PDF. Meaning a PDF content owner (you) does not have the control over Adobe Reader, or other programs, to stop the user (your client/customer/student) from printing, screen grabbing, sharing and saving.

The idea behind a PDF copy protection solution is a framework where the PDF can be opened and viewed, while you (the content owner) maintains control of the document.

Of course Adobe Reader, FoxIt Reader and others, will not provide the tools to block a user from printing or saving from within their program. In contrast, we need a “reader” or “viewer” with controls to block those functions.

With this in mind, it is difficult to provide a reader with these security functions. Most users who receive a PDF do not want to download and install another program just to read a PDF file. The ease and beauty of a PDF gets lost in that process. No longer is the PDF a portable document format. In addition, a software program that can be downloaded to view a PDF can also be downloaded by a hacker to be reverse engineered. There needs to be something more than just a secure reader/viewer to control the PDF.

The most secure way to copy protect a PDF file is to associate it with something physical. There are some software (only) solutions, but those are not as secure as a solution with something physical.

Continue Reading

How To: Check if My USB Flash Drive is Bootable?

The following article will explain how to check your USB flash drive for if it’s bootable. There is no software needed, no download, just a couple of simple commands in your Windows 10 operating system.

A master boot record (MBR) is a special type of boot sector at the very beginning of a partition storage device like a fixed disk (hard drive) or removable drive (USB thumb drive). The MBR contains executable code to function as a loader for the installed operating system. This loader turns over the functions of the hardware (mother board bios) and passes that loading responsibility off to the operating system (Windows).

This is how you check if your USB is bootable, or not:

First, please have only the one USB stick connected which you want to check if it’s bootable. It’s not required to do this, but will my the instructions below a bit easier to follow, that’s all.

Using the Windows search function copy and paste this into the search field and click Enter

compmgmt.msc

The screen shot below will pop up after you click Enter. Using the image as a reference, select “Disk Management” under the “Storage” folder“. In the middle of the dialogue box you will see the drive letter associated with your USB flash drive. In the middle of the box you will probably see the USB listed two different times. The top portion of the box, the USB will be listed along with other devices, like your hard drive and optical drive. The bottom portion of the box, the USB will be shown as “Removable

Once you’ve determined which drive letter is your USB drive, you may Right Click on the drive letter and select Properties.

A Properties dialogue box appears giving you the option to select any one of the devices show in the previous window (the Disk Management window). From this dialogue box, click the Hardware tab and select the “Mass Storage USB Device” by a single click. Then click the Properties button at the bottom.

The last dialogue box are the Properties of your specific flash drive.

Click the Volumes tab at the top, you then must click “Populate” to get the device information. . The “Partition Style” will read either Master Boot Record (MBR) or the field will be empty.

If the above information isn’t detailed enough for the information you are looking for, the next step is to use a hex editor and check if the boot strap code is actually in the Master Boot Record. This is a bit more detail and the guys at Hakzone did a really good job of summarizing how this would be done using a hex editor program.

Continue Reading

What Is The Lifespan of a USB Flash Drive?

The lifespan of a USB flash drive depends on three main factors. In general, a flash drive will last much longer than most people expect. Below are the key elements that influence its durability.

Factors That Affect USB Flash Drive Lifespan

  • How the drive is made
  • Wear leveling technology
  • How the drive is treated

USB flash drives are largely commodity products driven by the lowest price. Manufacturers often cut corners to reduce costs. Understanding the quality of the device you’re using is essential for reliable, long-term storage.

1. How the Drive is Made

A USB flash drive consists of five main components: the PCB (printed circuit board), flash memory, USB controller, supporting components, and soldering that holds everything together.

Printed Circuit Board (PCB)

Many promotional USB drives use a two-layer PCB to save costs. However, the USB specification requires a four-layer PCB for proper grounding and interference-free data transmission. A two-layer board is more likely to experience performance issues. If you received a USB stick from a trade show, avoid using it for long-term or critical storage.

Example: A four-layer USB flash drive by Nexcopy with Micron memory offers write speeds of 12MB/s.

What Is The Lifespan of a USB Flash Drive?, USB flash drive PCB with NAND memory

Flash Memory Quality

USB drives often use downgraded NAND memory. High-quality NAND chips go to phones, set-top boxes, and other premium devices first. Lower-grade chips are repurposed for USB sticks. A 512MB USB drive may have gone through several downgrades, making it unreliable.

Quick Test: For USB 2.0, a good-quality drive should have a write speed of at least 9–10MB/s. For USB 3.0, look for 18–20MB/s or higher. Slower speeds suggest lower-quality silicon struggling with phase changes during data writes.

USB Controller

The controller is the “brain” of the flash drive, managing communication between the host computer and NAND memory. The quality of the controller and its firmware significantly affects drive performance and longevity. Firmware determines whether the device prioritizes speed, capacity, or compatibility with specific NAND chips. Unfortunately, it’s impossible to test this without knowing the manufacturer and their firmware configuration quality.

Device Components

Capacitors and resistors are typically reliable due to mature manufacturing processes. However, cost-driven production may result in lower-quality components, which can slightly reduce lifespan over time.

Soldering Quality

Poor soldering or the use of hot glue instead of precision solder joints can lead to device failure. If you’re curious, you can open a USB casing to inspect build quality. Sloppy soldering is a red flag for long-term reliability.

USB flash drive with USB controller, What Is The Lifespan of a USB Flash Drive?

2. Wear Leveling Technology

Wear leveling is a firmware-based algorithm that evenly distributes write and erase cycles across memory blocks, preventing premature failure of specific sectors.

  • Dynamic wear leveling: Maps data writes to unused blocks but ignores untouched areas, potentially shortening lifespan.
  • Static wear leveling: Periodically shifts data across unused memory areas, improving overall durability.

Thanks to wear leveling, modern USB flash drives can theoretically last up to 100,000 write cycles per individual memory block, not just per drive.

Learn more on Wikipedia.

USB wear leveling chart

3. How the Drive is Treated

Even a high-quality flash drive can fail if mishandled. Proper storage plays a huge role in lifespan:

  • For long-term archival storage, keep the drive in a safe, dry place away from physical stress.
  • A promotional flash drive or very small capacity stick (e.g., 2GB or less) is often unreliable for archiving important data.
  • Frequent handling, heat, and physical shocks can damage internal solder joints and components.

Final Answer: USB Lifespan

There’s no universal number for how long a USB flash drive will last. Quality manufacturing, proper wear leveling, and careful handling all extend its life. Under optimal conditions, data stored on a good-quality drive can remain intact for 15–20 years or more.

Continue Reading

How Does USB Copy Protection Work?

Understanding How USB Copy Protection Works

In this article we will detail how USB copy protection solutions work from a Southern California company named Nexcopy. Before we start there are important definitions we must all agree upon. As in today’s market place there are multiple vendors using the wrong definitions to explain copy protection.

Copy protection is different than encryption; although copy protection does use a form of encryption in the overall solution.

Encryption is scrambling up data and requiring a password to piece all the data together and display it. Once the password is entered the data can be viewed. The potential security issue is the user who entered the password can now do anything they wish with the files, print, save, share, etc.

Copy protection is different in two ways. First, there is no password required to view the data. Second, the files cannot be saved, printed, shared, streamed when viewed by even the most trusted user.

The later, copy protection, is what most people want when it comes to multi-media files like PDF, video, audio and HTML pages. Most users want the data to be seen by as many people as possible, yet the data cannot be saved, shared, streamed, printed or screen captured.

So with that in mind, let us review how the Nexcopy solution works for USB copy protection.

Key Features of Nexcopy USB Copy Protection

Here are six bullet points regarding features Nexcopy provides which others do not:

  • Copy protected content plays on both Mac and Windows computers
  • There are no Admin rights required to play the content
  • There is no installation required on the host computer
  • The content runs 100% from the flash drive
  • The USB stick is write protect, so files cannot be deleted or changed
  • The solution is both hardware and software, ultra-secure

The Nexcopy USB copy protection solution runs with the assumption the content owner does not want to share the data with even duplication service companies. It is assumed the content owner wants total control of the data before, during and after the USB duplication process.

Here are the steps for using the Copy Secure drives as the content owner:

Continue Reading

How To: Scan USB Flash Drive With Windows Defender (Automatically)

You never know where a flash drive has been.

It’s always best to scan a USB flash drive before using it.

Did you know Windows Defender can be configured to automatically scan a USB flash drive the moment it is plugged in? Below are the steps to configure Microsoft Windows to scan USB drives automatically.

By default, Windows Defender is not configured to automatically scan removable drives when the operating system is installed. This is surprising, as malware spreading through USB flash drives remains a common security issue. The likely reason is user choice—automatic scans take time, and Microsoft leaves the decision up to the user.

This tutorial takes about three minutes to complete. Read through the steps first, then return and apply the settings when ready.

We are going to create a Group Policy rule that instructs Windows Defender to scan USB flash drives.

First, open the Group Policy Editor.

Press Windows Key + R.

Type gpedit.msc and press Enter or click OK.

Under Computer Configuration, locate and expand Administrative Templates.

Scroll down and expand Windows Components.

Continue scrolling until you find Windows Defender Antivirus, then expand it.

Group Policy Editor showing Windows Defender Antivirus settings

Locate the Scan folder and click it.

Scan folder within Windows Defender Antivirus policy settings

On the right-hand side, look for the setting labeled Scan removable drives and double-click it.

This setting is disabled by default. Select the Enabled option to activate automatic scanning for USB flash drives.

Click Apply, then click OK.

Enable Scan removable drives setting in Group Policy Editor

That’s it. Your Windows computer will now automatically scan USB flash drives using Windows Defender when they are connected.

Alternatively, you can insert a USB stick, right-click the drive letter, and select Scan with Windows Defender. The problem with this approach is the USB device may have already executed malicious code before you had a chance to initiate the scan.

Right-click context menu showing Scan with Windows Defender option

Continue Reading

What is Fuzzing and How Did It Find 26 USB Bugs?

Fuzzing is a testing method that uses automated software to feed invalid, unexpected, or random data into a computer program. The testing system then monitors the program for crashes, failed assertions, and potential memory leaks.

A research team associated with Purdue University developed a tool called USBFuzz, which pushes massive amounts of random data through a system’s USB bus. The project was created by Hui Peng and Mathias Payer of the Swiss Federal Institute of Technology.

USBFuzz testing USB protocol stability with randomized data input

Please don’t lose any sleep over the bugs that were discovered.

Peng and Payer identified one bug in FreeBSD, three in macOS (two resulting in unexpected reboots and one causing a system freeze), and four in Windows 8 and Windows 10, which resulted in Blue Screens of Death. The majority of issues were found in Linux systems, totaling eighteen bugs.

Windows users do not need to be concerned, as all identified Windows issues have been resolved. Of the eighteen Linux bugs, sixteen have already been corrected. Several of these were considered major security vulnerabilities.

What stands out about USBFuzz is its underlying goal of improving USB platform security through continuous testing and refinement. The project is also being released as open-source software, allowing developers to use it to strengthen their own USB products. The research team plans to release USBFuzz on GitHub later in 2020.

Continue Reading

Why Does the Partition Size Matter Inside an Image File?

This topic is brought up today because we hear some users have issues understanding this point. The partition size inside an image file does matter. The question we will answer today is why it matters, and why an image can fail even when the IMG file itself looks small.

Let us start off with two simplified overviews. First, all storage devices use a partition to define their characteristics. A storage device has a file system like FAT32, exFAT, or NTFS, and that file system has a defined size or digital capacity. These characteristics, along with a few others, are laid out in the partition table.

Second, an image file is the above partition with all its detail — the file system, defined capacity, along with all the actual files and folders on that partition — captured into a single file, typically an .img file.

For a non-technical person, let me use a puzzle as an example.

partition table puzzle analogy for image file and storage device

  • The puzzle box is equivalent to the physical device.
  • The plastic bag inside the puzzle box, holding all the pieces, is the image file.
  • The print on the puzzle box indicating the number of pieces is the partition.
  • The puzzle pieces inside the box are equivalent to the data.

At this point we know the image file (.img) is the bag that holds all the puzzle pieces and the data are the pieces themselves. So let’s address the core question: why does the partition size matter inside an image file?

Back to the puzzle box. The outside of the box lists how many pieces are inside. If the physical box size is, say, 8 by 11 inches, it’s logical that a 1,000-piece puzzle would fit. It’s also logical that a 20-piece puzzle would fit. But could a 5,000-piece puzzle fit inside that same box?

From those scenarios, one clearly doesn’t work. The box claims more pieces than the physical space can support. Partitions behave the same way.

Said another way, you cannot use a partition table size of 4GB and try to write that image to a USB stick that has only 1GB of physical storage. Even if the image file itself contains only 1GB of actual data, the declared partition size still must fit on the device.

Here is a real-world example: you can download this IMG file which is only 40MB in size. The IMG contains a 4GB partition. Write it to a 4GB (or larger) flash drive and it works. Try writing it to a 2GB drive and it will not.

What happens?

Windows is smart. All modern versions of Windows compare the partition table size against the available physical memory on the device. If Windows sees the partition claims more space than physically exists, it blocks access to the device and only allows formatting. Formatting rewrites the partition table to match the real capacity.

This behavior exists to prevent fraud. Older operating systems like Windows XP did not validate partition size versus physical memory, which allowed fake-capacity USB drives to be sold. Windows 7 and newer closed that loophole.

This same partition-size rule shows up frequently when creating bootable media. We’ve seen it come into play when users attempt to write boot images that fail silently or appear corrupted, such as when creating tools like the Ultimate Boot CD on a USB flash drive, where the target USB device must meet or exceed the image’s declared partition size.

If you found this article because an image file is not working when written to a USB flash drive, check the partition size inside the image against the physical capacity of the device. The easiest way to verify this is to mount the IMG file and check its properties. Keep in mind the default Windows mount option does not work for this; you need something like this.

Continue Reading

How To Format a Flash Drive as UDF (Windows 7 & 10 Solution)

How to Format a USB Flash Drive as UDF in Windows

When trying to format a flash drive in Windows (7 or 10), you will see the file system options best suited for the device. The proper file systems for a flash drive are: FAT, FAT32, or exFAT. Windows also provides NTFS as an option for USB flash drives, but as mentioned before, NTFS is not the best file system for a USB drive. During the format process, only the most compatible file systems will be displayed in Windows.

Why is UDF not listed as an option?

First, let me say it IS possible for Windows to format a USB flash drive as UDF (Universal Disk Format). Microsoft just doesn’t want you to do it—and with good reason.

Important: If you think formatting a flash drive as UDF will make the thumb drive appear as an optical drive in the computer, you are mistaken!

According to the Universal Disk Format (UDF) specification governed by the Optical Storage Technology Association, many believe UDF will make a device work like a disc. UDF is most widely used for DVDs and newer optical disc formats. While it can be used on flash drives, it does not make them function as optical drives.

Some may assume that formatting a USB flash drive as UDF makes it universally compatible across Windows, Mac, Linux, Symbian, and other proprietary systems. In reality, exFAT offers the same cross-platform compatibility without the drawbacks of UDF.

Why You Should Avoid Formatting USB Drives as UDF

Here are the main reasons not to use UDF on USB flash drives:

  • Lack of fully functional filesystem check tools.
  • 64GB limit with Windows & Linux (a bug, not an inherent UDF limit).
  • Risk of quick wear-leveling failure on SD and USB mass storage devices.
  • UDF is read-only on Windows XP.

The most important issue is the lack of filesystem check tools. If the USB is removed during operation and data corruption occurs, there are no tools available to diagnose or repair the UDF file system. Since flash drives are designed for portability and frequent quick access, this risk makes UDF a poor choice.

How to format a flash drive as UDF:

1. Connect the USB flash drive to your computer and note its assigned drive letter.

2. Make sure no programs or data are accessing the drive.

3. Navigate to your C: drive in Windows Explorer. In the search field, type “CMD” (case-insensitive) and press Enter. Administrator privileges are required.

How To Format a Flash Drive as UDF

4. In the command prompt window, type the following command:

format G: /fs:UDF /q   (Replace G with your USB drive letter.)

The /fs parameter specifies the file system (UDF), and the /q parameter tells DISKPART to perform a quick format.

5. The OS will prompt you to insert the drive (it’s already inserted), press Enter.

6. Next, you’ll be prompted to enter a Volume name. Press Enter to leave it blank or type a custom name (e.g., “Nexcopy”).

How To Format a Flash Drive as UDF, other than FAT or exFAT

DISKPART will process the command and notify you once formatting is complete.

7. Type exit to close the command prompt window.

Note: The /q command deletes the file table and root directory of the previously formatted flash drive but does not perform a full sector scan for bad areas. This highlights the problem mentioned earlier: UDF lacks robust filesystem check tools, making it a risky choice for USB flash drives.

Continue Reading

Remote access to USB security keys

If you are an avid user of USB security dongles, you might know how challenging it can be to get remote access to these devices. To simplify this task, Electronic Team, Inc. has developed a dedicated software solution capable of sharing USB protection dongles over a network.

Donglify is a lightweight desktop application that allows connecting USB hardware keys to remote computers over the Internet and LAN. The software uses 2048-bit SSL encryption to secure your connections, so you don’t need to worry that your sensitive data will be intercepted or lost.

One of the nicest things about Donglify is that it can redirect one USB dongle to several remote PCs simultaneously. In order to make a USB hardware key available for use on multiple computers, you can connect the device to your local PC and share it over the network with nothing more than a couple of clicks. This option currently works with HASP HL Pro, Sentinel HL Pro, SafeNet eToken 5110, and CodeMeter CmStick security keys.

Donglify software interface for sharing a USB security dongle over a network

USB hardware keys of other types can also be shared over the Internet, but you’ll only be able to access them from one remote machine at a time.

Donglify is available by subscription and comes with a 30-day free trial. When the trial period is over, you can continue using the service for $19.99 a month.

Continue Reading

Change USB Connection Sound, #Easy

We all spend so much time on our computer, it’s worth customizing the sounds and events we experience while using it. Today, we’ll cover the topic of changing the USB sound when a USB device is connected. You can really have some fun with this, especially if you consider some of the USB jokes mentioned before, and how those jokes might apply when a USB device is shoved into a USB port.

While your mind wanders, I’ll move along to the tutorial part of this post:

In the search field, type in Control Panel and select the Control Panel.

Windows Control Panel search result

Continue Reading

Copyright

Copyright © 2006 +

USB Powered Gadgets and more...

All Rights Reserved

Advertise with us

GetUSB Advertising

This is a high value website providing great exposure to your product and brand. Visit our advertising page to learn specifics.

For more information
Visit our advertising page.

Nexcopy Ad

Nexcopy Provides

USB copy protection with digital rights management for data loaded on USB flash drives.

Contact us learn more

Resources and References Page

Resources and References Page