Synology Slow Transfer Speeds: Complete Troubleshooting Guide

Updated Amazon.com pricing built in

On this page

As an Amazon Associate we earn from qualifying purchases. Prices and availability come from Amazon.com as of the last update and may change.

Quick Answer+


Quick Answer: Slow Synology transfer speeds are usually caused by: (1) network bottlenecks (bad cables, switch limitations), (2) SMB settings misconfiguration, (3) drive issues (failing disk, SMR drives), or (4) resource contention (background tasks). Start by testing with iperf to isolate network vs NAS issues, then check DSM settings and drive health.

Few things are more frustrating than a NAS that transfers files at a fraction of expected speeds. Whether you're seeing 20 MB/s instead of 100+ MB/s, or your once-fast NAS has slowed to a crawl, this guide covers systematic troubleshooting to identify and fix the problem.

Expected Transfer Speeds

Before troubleshooting, understand what speeds you should expect:

NetworkTheoretical MaxRealistic MaxTypical Achieved
1GbE125 MB/s112-118 MB/s100-115 MB/s
2.5GbE312 MB/s280-295 MB/s250-280 MB/s
10GbE1,250 MB/s1,100-1,150 MB/s900-1,100 MB/s
USB 3.0625 MB/s400-450 MB/s300-400 MB/s

If you're getting significantly less than "Typical Achieved," you have a problem to solve.

Step 1: Isolate the Problem

Test Network Speed (iperf)

First, determine if the issue is network or NAS storage:

  1. Install SynoCli Network Tools from Package Center (Community packages)
  2. SSH into your Synology
  3. Run iperf server: iperf3 -s
  4. On your PC, run iperf client: iperf3 -c [NAS-IP]
  5. Check reported bandwidth

Interpreting results:

  • iperf shows full speed, file transfers slow: Problem is SMB/NFS settings or drive performance
  • iperf shows slow speed: Network infrastructure problem (cables, switch, NIC)

Step 2: Fix Network Issues

Check Ethernet Cables

Bad or low-quality cables are the #1 cause of slow transfers:

  • Cat5e minimum: Required for gigabit speeds
  • Cat6/6a: Required for 2.5GbE/10GbE
  • Cable length: Keep under 100m (328ft)
  • Damaged cables: Crimped, bent, or chewed cables cause intermittent issues

Check Switch/Router

  • Verify gigabit ports: Some switches mix 100Mbps and 1Gbps ports
  • Check link speed: In DSM Control Panel → Network, verify "1000 Mbps, Full duplex"
  • Restart networking equipment: Power cycle switch and router
  • Test direct connection: Connect PC directly to NAS, bypassing switch

Step 3: Optimize DSM Settings

SMB Settings (Most Common Fix)

Misconfigured SMB settings cause the majority of transfer speed issues:

  1. Go to Control PanelFile ServicesSMB
  2. Click Advanced Settings
  3. Configure these settings:
SettingRecommended ValueWhy
Maximum SMB protocolSMB3Best performance and security
Minimum SMB protocolSMB2Block slow SMB1
Transport encryptionAuto or DisabledEncryption adds overhead
Opportunistic lockingEnabledImproves caching

Check Background Tasks

Resource-intensive tasks slow transfers:

  • RAID rebuild: Check Storage Manager for rebuilding status
  • Scrubbing: Data scrub runs monthly by default
  • Indexing: Synology Photos/Drive indexing new files
  • Backup tasks: Active Backup or Hyper Backup running

Check Resource Monitor to see what's consuming CPU/RAM/disk.

Step 4: Fix Drive Issues

SMR Drive Problems

SMR (Shingled Magnetic Recording) drives cause severe slowdowns during writes:

  • Symptoms: Fast initial writes, then dramatic slowdown (10-30 MB/s)
  • Cause: SMR cache exhaustion triggers rewrite operations
  • Solution: Replace with CMR drives

Failing Drive Detection

  1. Open Storage ManagerHDD/SSD
  2. Check health status for each drive
  3. Click drive → Health Info
  4. Look for Reallocated Sectors, Pending Sectors (should be 0)

Step 5: Hardware Upgrades

Add RAM

Add SSD Cache

Upgrade Network

Frequently Asked Questions

Why is my Synology only getting 20-30 MB/s?

This typically indicates: (1) 100Mbps link instead of gigabit - check cables and switch ports, (2) SMR drives hitting cache limit, (3) severely fragmented volume, or (4) failing drive. Run iperf test to isolate network vs storage issue.

Why do small files transfer slower than large files?

Small file transfers are limited by IOPS rather than bandwidth. Each file requires metadata operations. SSD cache significantly improves small file performance. This is normal - HDDs struggle with many small files.

Will upgrading to 10GbE make my NAS faster?

Only if gigabit is your current bottleneck. If iperf shows ~940 Mbps but file transfers are slower, the issue is elsewhere. 10GbE helps when your NAS can deliver faster than gigabit - typically requires SSD cache or all-SSD configuration.

Why is Wi-Fi transfer to my NAS slow?

Wi-Fi is almost always slower than wired connections due to interference, distance, and shared bandwidth. Even Wi-Fi 6 rarely achieves gigabit speeds consistently. Use wired Ethernet for best NAS performance.

My NAS was fast but recently slowed down. Why?

Check for: (1) Background tasks running (backup, scrub, indexing), (2) New packages consuming resources, (3) Drive beginning to fail - check S.M.A.R.T. data, (4) Volume nearly full (keep 10-20% free), (5) Malware if exposed to internet.

Bottom Line

Slow Synology transfer speeds are almost always solvable. Start with the iperf test to isolate network vs storage issues, then work through SMB settings, drive health, and background tasks. Most issues are simple fixes - bad cables, wrong SMB settings, or SMR drives.

For persistent issues, consider hardware upgrades: RAM improves multitasking, SSD cache accelerates small file operations, and network upgrades break the gigabit barrier. With proper optimization, your Synology should deliver consistent, fast transfer speeds.


Last Updated: February 2026