Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Fix “Upload: Failed to Write File to Disk” Error in WordPress

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Are you seeing the ‘Upload: failed to write file to disk’ error when uploading files in WordPress?

This common error can be very frustrating for beginner users because it prevents you from uploading files to your WordPress site.

In this article, we will show you how to fix “Upload: failed to write file to disk” in WordPress.

Upload failed to write file to disk error in WordPress

What Causes the Failed to Write File to Disk Error in WordPress?

This WordPress error can occur due to a number of reasons. However, the most common one is incorrect folder permissions.

Each file and folder on your website has a set of permissions. Your web server controls access to the files based on these permissions.

Incorrect permissions for a folder can take away your ability to write files on the server. This means your web server cannot create or add new files to that particular folder.

If you try to upload images or any other files from the WordPress admin area, then you will get one of the following error messages:

  • WordPress failed to write to disk.
  • WordPress has failed to upload due to an error failed to write file to disk.
  • Unable to create directory wp-content/uploads/2016/03. Is its parent directory writable by the server?

With that being said, let’s look at how to troubleshoot the ‘Upload: failed to write to disk’ error in WordPress.

How to Fix the Upload Failed to Write to Disk Error in WordPress

First, you need to connect to your WordPress website using a FTP client.

For this tutorial, we are using the free FileZilla FTP client. If you are using some other FTP client, then the interface might look a little different.

Once you are connected, you need to right-click on the wp-content folder and select ‘File permissions’.

FTP file permissions

This will bring up the file permissions dialog box in your FTP client.

It will show you file permissions for the owner, group, and public.

Changing file permissions for wp-content folder

You need to enter 755 into the Numeric value field.

After that, you must check the box next to Recurse into subdirectories’.

Next, you need to click on ‘Apply to directories only’ option and then click the ‘OK’ button to continue.

Your FTP client will now set folder permissions to 755 and apply it to all sub-folders inside wp-content. This includes the uploads folder where all your images are stored.

You also want to make sure that file permissions for individual files in your wp-content folder are correct.

Once again, right-click on the wp-content folder and select ‘File permissions’. This time, we will change permissions for files.

Enter 644 into the Numeric value field and then check the box next to ‘Recurse into subdirectories’.

Now, click on the ‘Apply to files only’ option.

File permissions

Click on the ‘OK’ button to continue. Your FTP client will now set file permissions to 644 for all files in the wp-content folder.

You can now visit your WordPress website and try uploading files.

If you still see the error, then you will need to contact your WordPress hosting provider and ask them to empty the temporary files directory.

WordPress uploads your images using PHP, which first saves the uploads to a temporary directory on your web server. After that, it moves them to your WordPress uploads folder.

If this temporary directory is full or poorly configured, then WordPress cannot write the file to disk.

This temporary folder is located on your server, and in most cases, you cannot access it using FTP. You will need to contact your web host and ask them to empty it for you.

We hope this article helped you resolve the ‘Upload: failed to write file to disk’ error in WordPress. You may also want to see our guide on how to fix common image issues in WordPress and our expert picks of the best WordPress plugins to grow your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

8 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Farukh says

    Hello,
    I am extremely confused. You repeated same process two times. First you changed file permissions of wp-content folder 755. Second you change the file permissions of wp-content folder to 644. You could change to 644 first time. Why twice. Confused please tell exactly what you did.

    • WPBeginner Support says

      Hey Farukh,

      These are not the same process. First you would set folder permissions recursively to 755 for wp-content and all folders inside it, and then you set file permissions to 644 for all the files inside wp-content folder.

      Admin

  3. Kristin Larsen says

    I wanted to also let anyone who may be Googling this issue there is another cause specific to BlueHost users. Every once in a great while, if you’re on a shared hosting / cloud hosting environment, BlueHost’s temporary folder that holds browser uploads will fill up and prevent anyone from adding new images/uploads. If that happens, just call their tech support and ask them to empty their temporary folder. That will solve the issue. There’s nothing on our end that we can do as a user to clear it or prevent it.

    • Ivy says

      Thank you SO much for this comment. This just saved me so much time. My client uses BlueHost and I am building them a new website. I have never worked with BlueHost or run into this problem before until now.

  4. Ashlee says

    Are there any other things to check after this process. All permissions are correct I uploaded one day and then the next day I couldn’t upload (no HTML changed) the temporary files have been cleared.

    Thank you.

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.