UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Seagate external hard drive connected via USB to a Windows laptop on a clean wooden desk ready for file transfer
Fix It Yourself · Troubleshooting

move files to Seagate Backup drive

Updated 7 August 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

We see this every week in remote support sessions. Someone buys a Seagate Backup drive, plugs it in, and then stares at the screen wondering what to do next. Or worse, they can see files on the drive but can't open a single one. If you're trying to move files to Seagate Backup drive and something isn't working, this guide covers every scenario from the basic copy-paste all the way to permissions errors and backup archives.

TL;DR

To move files to Seagate Backup drive, open File Explorer, confirm the drive has a letter under This PC, then drag files across or use right-click Copy and Paste. If the drive doesn't appear, check Disk Management and assign a drive letter. If files look like archives rather than folders, you'll need the original backup software to restore them.

⏱️ 13 min read ✅ 87% success rate 📅 Updated July 2026

Key Takeaways

  • You can move files to Seagate Backup drive using simple drag-and-drop or copy-paste in File Explorer, no special software needed for manual transfers.
  • If the drive doesn't show in File Explorer, Disk Management is your first stop to assign a missing drive letter.
  • Backup archives created by Seagate Toolkit or Windows Backup can't be opened like normal folders. You need the original app to restore them.
  • Access Denied errors after copying usually mean a permissions ownership problem from a different user account.
  • For large transfers, robocopy from Command Prompt is far more reliable than dragging files in Explorer.

At a Glance

  • Difficulty: Easy
  • Time Required: 15 to 30 mins
  • Success Rate: 87% of users

What's Actually Going Wrong When You Try to Move Files to Seagate Backup Drive

Most people assume this is complicated. It isn't, at least not usually. The basic act of copying files to an external drive is just drag-and-drop. But there are a few specific things that trip people up, and they tend to fall into one of these buckets.

The most common one: the drive doesn't appear in File Explorer at all. You plug it in, hear the USB chime, and then... nothing in This PC. That's almost always a missing drive letter in Disk Management, or occasionally a dodgy cable. Windows detected the drive, it just hasn't mounted it properly.

Second most common: the drive appears, you can see files on it, but they're not in folders you recognise. Instead there are cryptically named folders or files with extensions like .bkf or .swm. These are backup archives. Seagate Toolkit, Windows Backup, and similar tools don't copy your files as plain files. They wrap them in a proprietary format. You can't just drag those out. You need the original backup application to restore from them. This catches a lot of people off guard.

Then there's the permissions issue. If the drive was used on a different PC or under a different Windows user account, files on it may be locked to that old account. You'll get an Access Denied error even though you own the drive physically. Windows is just doing its security job, but it needs a bit of convincing to hand control over to your current account.

Finally, some drives arrive from the factory formatted in a way Windows can't immediately use, or they've been partially set up and left in an unallocated state. In that case, Disk Management is where you sort it out. If you've run into a situation where the external drive won't connect at all, that guide goes deeper into hardware-level detection problems beyond what we cover here.

Move Files to Seagate Backup Drive: Quick Fix

This is the one that works for most people. No special tools, no command line. Just File Explorer doing what it's supposed to do.

1

Drag-and-Drop or Copy-Paste in File Explorer Easy

  1. Connect the drive
    Plug the Seagate Backup drive into a USB port. If it's a desktop model with a separate power adapter, make sure that's connected too. Wait a few seconds for Windows to detect it.
  2. Check it appears in This PC
    Press Windows + E to open File Explorer. Click This PC in the left sidebar. You should see the Seagate drive listed with a letter like E: or F:. If it's not there, skip to the Intermediate section below.
  3. Open two File Explorer windows
    Press Windows + E again to open a second window. In one window, navigate to the folder containing your files (e.g. Documents or Pictures). In the other, open the Seagate drive. Resize both so they sit side by side on screen.
  4. Drag files across
    Click and hold a file or folder in the source window, drag it into the Seagate drive window, and let go. Windows will copy it across. You'll see a progress bar for larger files.
  5. Or use copy-paste instead
    Right-click a file or folder and select Copy. Switch to the Seagate drive window, right-click an empty area, and select Paste. Same result, different method. Some people find this easier for selecting multiple files.
  6. Verify the transfer
    Once the progress bar disappears, open the file on the Seagate drive and confirm it opens correctly. Then eject safely (see the Prevention section for how to do this).
Files are now on the Seagate drive. You can unplug it safely after ejecting.
For large transfers (tens of gigabytes or more), dedicated backup clone software handles retries and verification automatically, which plain File Explorer doesn't do.
If you're doing a one-off copy of a few folders, File Explorer is fine. For anything more involved, a proper tool is worth it.

More Move Files to Seagate Backup Drive Solutions

If the quick fix didn't work, one of these intermediate steps will almost certainly sort it.

2

Assign a Drive Letter in Disk Management Easy

  1. Open Disk Management
    Press Windows + X and click Disk Management. You'll see a list of all disks connected to your PC, including ones that aren't showing in File Explorer.
  2. Find the Seagate drive
    Look for a disk in the lower panel that matches the size of your Seagate drive. It might say Online but have no letter, or it might show as Unallocated (a black bar instead of blue).
  3. Assign a letter if the partition exists
    If there's a blue bar with a partition but no letter, right-click it and choose Change Drive Letter and Paths, then Add. Pick a letter like E: and click OK. The drive should now appear in This PC within a few seconds.
  4. Create a volume if Unallocated
    If the bar is black and says Unallocated, right-click it and select New Simple Volume. Follow the wizard. Choose NTFS if this drive will only ever be used on Windows. Choose exFAT if you also want to use it on a Mac. See the Microsoft Disk Management overview for more detail on formatting options.
Drive now appears in File Explorer. Go back to Solution 1 and copy your files.
3

Dealing With Backup Archives Instead of Normal Files Medium

  1. Identify what you're looking at
    Open the Seagate drive in File Explorer. If you see folders with names like WindowsImageBackup, or files ending in .bkf, .vhd, or long numbered filenames, these are backup archives. Not regular files.
  2. Find out which software made them
    Seagate Toolkit creates its own format. Windows Backup (built into Windows) creates .bkf or VHD files. Third-party tools like Acronis or Macrium create their own formats. Check which software was used on the original PC.
  3. Reinstall the backup application
    On your current PC, install the same backup software. For Windows Backup, it's built in: search for Backup and Restore (Windows 7) in the Start menu (yes, even on Windows 10 and 11, that's what it's called).
  4. Use the Restore function
    Open the backup application, point it at the Seagate drive, and use its Restore or Recover option to extract your files to a location on your PC. You cannot drag backup archives out manually and expect them to work.
Do not try to rename or move backup archive files manually. You'll corrupt the archive and lose access to your data entirely.
4

Fix Basic Permissions Errors Medium

  1. Right-click the problem folder
    On the Seagate drive, right-click the folder you can't open and select Properties.
  2. Go to Security
    Click the Security tab. You'll see a list of users and groups. If your current username isn't listed, or it shows only Deny permissions, that's your problem.
  3. Edit permissions
    Click Edit, then select your user account from the list (or click Add and type your username). Tick Read and Read & Execute under Allow. Click Apply, then OK.
  4. Test access
    Try opening the folder again. If it works, you're sorted. If you still get Access Denied, the ownership needs changing at a deeper level. Move to the Advanced section.
Folder now accessible. You can copy files out normally.

Advanced Move Files to Seagate Backup Drive Fixes

These are for the stubborn cases. Ownership errors from another PC, file system corruption, or transfers large enough that File Explorer starts choking. None of these are particularly scary, but they do take a bit more care.

5

Take Full Ownership of Locked Folders Hard

  1. Open folder Properties
    Right-click the locked folder on the Seagate drive and select Properties, then the Security tab.
  2. Open Advanced Security Settings
    Click Advanced. At the top you'll see an Owner field, probably showing an account name from the old PC or just a long SID number.
  3. Change the owner
    Click Change next to Owner. In the box that appears, type your current Windows username and click Check Names to confirm it resolves. Click OK.
  4. Apply to all subfolders
    Before clicking OK on the Advanced Security Settings window, tick Replace Owner on Subcontainers and Objects. This applies the ownership change to everything inside the folder, not just the top level.
  5. Grant Full Control
    Back in the Security tab, click Edit, select your user, and tick Full Control under Allow. Click Apply, then OK.
  6. Verify
    Open the folder. You should now have full access. If there are hundreds of subfolders, the ownership change can take a minute or two to propagate.
This is the same process you'd use when recovering files from a PC that's died. The files are fine, Windows just needs convincing they belong to you now.
6

Use Robocopy for Large or Complex Transfers Hard

  1. Open Command Prompt as administrator
    Search for cmd in the Start menu, right-click Command Prompt, and select Run as Administrator.
  2. Run the robocopy command
    Type the following, replacing the paths and drive letter with your own:
    robocopy "C:\Users\YourName\Documents" "E:\Backup\Documents" /MIR /R:1 /W:1
    This mirrors your Documents folder to the Seagate drive. /MIR keeps source and destination in sync. /R:1 retries once on failure. /W:1 waits one second between retries. See Microsoft's robocopy documentation for the full list of switches.
  3. Watch the output
    Robocopy prints a running log of every file it copies. Errors show in red. A summary at the end tells you how many files transferred successfully and how many failed.
  4. Repeat for other folders
    Run the same command again with different source and destination paths for Pictures, Videos, or wherever else your data lives.
Robocopy is far more reliable than File Explorer for large transfers. It won't silently skip files the way Explorer sometimes does.
7

Check and Repair the Drive with CHKDSK Hard

  1. Open Command Prompt as administrator
    Same as above: search cmd, right-click, Run as Administrator.
  2. Run CHKDSK
    Type chkdsk E: /f (replace E: with your actual drive letter) and press Enter. The /f flag tells it to fix any errors it finds, not just report them.
  3. Wait for it to finish
    On a large drive this can take 20 to 40 minutes. Don't interrupt it. When it's done, it'll print a summary. If it found and fixed errors, try copying your files again.
If CHKDSK reports bad sectors or can't fix errors, the drive may be failing. Copy whatever you can off it immediately and consider replacing it.

Worth knowing: if your situation involves cloning an entire Windows installation rather than just moving files, our guide on hot cloning a Windows drive covers that process in full. It's a different job entirely, but people sometimes confuse the two.

Preventing Move Files to Seagate Backup Drive Problems

A few habits that save a lot of grief later.

Format the drive correctly from the start. NTFS if it's Windows-only. exFAT if you want it to work on Mac too. Check the Seagate support page for your specific model to confirm what format it ships with. Some come pre-formatted as exFAT, some as NTFS. Worth knowing before you start.

Always eject properly. Click the Safely Remove Hardware icon in the system tray (bottom right, looks like a USB plug with a tick), select your Seagate drive, and wait for the confirmation. Unplugging while a write is in progress is how you corrupt a file system. Took three reboots and a CHKDSK run to recover one customer's drive last month because they kept yanking the cable.

Know your backup software. If you use Seagate Toolkit or Windows Backup to create automatic backups, write down which tool you used. You must use the same tool to restore. This sounds obvious but it's genuinely the number one cause of the "I can see files but can't open them" problem we deal with.

Organise the drive from day one. Create top-level folders like Documents, Photos, Videos before you start copying. A flat dump of thousands of files into the root of the drive is a nightmare to work with later.

And if you're automating backups rather than copying manually, it's worth reading about Bash backup script design if you're on a system where scripting is an option. Scheduled, automated copies are always more reliable than remembering to do it by hand.

Move Files to Seagate Backup Drive: Summary

The process to move files to Seagate Backup drive is genuinely simple in most cases. Plug in, open File Explorer, drag across. The complications come from three specific situations: the drive not appearing (fix it in Disk Management), files being stored as backup archives (restore via the original software), and permissions errors from a different user account (take ownership via Advanced Security Settings). For large transfers, use robocopy rather than File Explorer. And always eject safely before unplugging.

Quick Reference

  • Drive not showing: open Disk Management, assign a drive letter
  • Files look like archives: reinstall backup software and use Restore
  • Access Denied: take ownership via Properties, Security, Advanced
  • Large transfers: use robocopy with /MIR /R:1 /W:1
  • Drive errors: run chkdsk E: /f from admin Command Prompt

Frequently Asked Questions

The most common cause is a missing drive letter. Open Disk Management (Windows + X, then Disk Management), find the Seagate drive in the list, right-click its partition, and choose 'Change Drive Letter and Paths', then add a letter like E:. If the drive shows as Unallocated, you'll need to create a new volume first. Also check the USB cable and try a different port. Our guide on <a href='/external-drive-won-t-connect'>external drive won't connect</a> covers the full range of detection fixes.

Those are backup archives created by software like Windows Backup or Seagate Toolkit. They aren't regular files you can just double-click. You need to reinstall the original backup application and use its Restore function to get your data back out.

This happens when the files were created under a different Windows user account. Right-click the folder, go to Properties, then Security, then Advanced. Change the Owner to your current username, tick 'Replace Owner on Subcontainers and Objects', and apply. Then grant yourself Full Control under the Security tab.

Yes, but you need to format it as exFAT. NTFS works on Windows only. Format the drive in Disk Management, select exFAT as the file system, and both operating systems will read and write to it without issues.

Usually a low-power USB port or a USB hub is the culprit. Plug the drive directly into a USB port on the back of a desktop or a full-power port on a laptop. For desktop external drives, make sure the power adapter is connected. Slow transfers can also point to a failing drive, so run CHKDSK E: /f from an admin Command Prompt to check for errors.