logo
search
File Format & Compatibility

Fix Excel CSV Showing Only  and No Data After Download

Maira MehtabMaira Mehtab Sep 20, 2026 868 views

Question details

The user downloaded a CSV file, but when opened in Excel, it only displays the characters "" in cell A1 and contains no actual data. The file size is noted to be only 3 bytes.

Product
Microsoft Excel 365
Device & OS
not provided
Scenario
Opening a recently downloaded CSV file in Microsoft Excel to view data.
Observed behavior
The CSV file fails to show data, displaying only "" in the first cell, and the file size is abnormally small at exactly 3 bytes.
Before you start

Before attempting to change any Excel settings, right-click your downloaded CSV file, select 'Properties', and check the file size. If it is exactly 3 bytes, the file itself is empty of data and modifying Excel options will not fix it.

Solution 1Recommended

Re-download the CSV File

Since a 3-byte CSV file only contains the UTF-8 Byte Order Mark (BOM) and no actual data, the most effective solution is to download the file again to ensure a complete transfer.

When a download is interrupted or a server script fails to fetch data, it may still generate a file header. The "" characters represent the 3-byte UTF-8 BOM, meaning the file was created but the data stream failed.

1
Delete the corrupted file

Locate the 3-byte CSV file in your Downloads folder and delete it to prevent confusion.

2
Return to the source

Go back to the website, database, or email system where you originally requested the CSV file.

3
Initiate a new download

Click the download link or export button again. Wait for the browser to indicate that the download has fully completed.

4
Verify file size

Right-click the newly downloaded file, choose 'Properties', and ensure the file size is significantly larger than 3 bytes (e.g., several kilobytes or megabytes depending on the expected data).

5
Open in Excel

Double-click the verified CSV file to open it in Excel and confirm that the data is now displaying correctly instead of just the BOM characters.

What is ?: The characters "" are how ANSI text editors or Excel incorrectly display the invisible UTF-8 Byte Order Mark (BOM). When it's the only thing in the file, it definitively points to a data generation or download failure.
Free Microsoft Office alternative

Open and Manage CSV Files Easily with WPS Office

If you frequently struggle with text encoding glitches, BOM characters, or formatting errors in Microsoft Excel, consider switching to WPS Office. It features a robust text import wizard designed to handle complex data files with ease.

  1. 1. Install WPS Office: Download and install the free version of WPS Office on your computer.
  2. 2. Open WPS Spreadsheet: Launch the application and select 'Spreadsheet' from the home screen.
  3. 3. Import CSV: Go to Menu > Open, select your downloaded CSV file, and use the intuitive Text Import Wizard to preview your data encoding before opening.
Fully compatible with Microsoft Excel formats (.xlsx, .xls, .csv).Advanced text import wizard flawlessly handles UTF-8, ANSI, and BOM encoding.Lightweight software footprint ensures fast loading times for large data sets.Familiar user interface makes migrating from MS Office completely seamless.
microsoft office alternative - wps office

Frequently Asked Questions

What does  mean when I open a CSV in Excel?

The characters "" appear when Excel attempts to read a UTF-8 encoded file that includes a Byte Order Mark (BOM) but reads it using a different text encoding (like ANSI). It acts as a signature at the very beginning of a file to indicate the text format.

Why is my downloaded CSV file exactly 3 bytes?

A 3-byte file means the system started generating the file and wrote the 3-byte UTF-8 header (the BOM), but an error occurred before any actual table data could be written. The download is essentially empty.

Can I recover the missing data from my 3-byte CSV file?

No, it is impossible to recover data from the file because the data was never downloaded or saved to your hard drive. You must resolve the download issue or contact the website administrator to fix their export tool.

Does changing the font in Excel fix the  error?

No. While the default font in Microsoft 365 (like Aptos Narrow) dictates how the characters look, the presence of "" combined with a 3-byte file size confirms a data absence issue, not a font display issue.