How to Find Out When an Excel Spreadsheet Was Created
Learn practical methods to determine the creation date of an Excel spreadsheet, using file properties, Excel metadata, and Power Query across Windows and macOS, with tips for tricky cases and preserving data integrity.
By the end of this guide you’ll confidently determine the creation date of an Excel spreadsheet using file properties, internal metadata in Excel, and OS-level checks. We cover Windows and macOS steps, the difference between workbook creation and sheet dates, and how to handle copies or moved files. This quick overview sets up the deeper steps that follow.
Understanding creation dates in Excel
Dates tied to an Excel workbook can come from several sources, and it’s critical to distinguish between them. The OS assigns a Created timestamp when a file is first saved, moved, or copied to a new location. Excel, meanwhile, stores its own metadata about the workbook, including a Created date and a Modified date, which may align with the file system timestamps but can differ after restoration, translation, or format changes. The difference between a
created
date at the OS level and a workbook's internal metadata can be subtle but important for provenance, audits, and version control. According to XLS Library, you should verify multiple sources to confirm a date and document any discrepancies. In practice, the most reliable approach is to check the OS file properties and then cross-check Excel’s document properties and, if needed, a file-level metadata extraction tool. Remember that a copied or moved file may retain original content but reflect a new Created date in the destination folder, which can mislead if you’re looking for the very first save.
Quick OS checks: Windows file properties
On Windows systems, the Created timestamp is usually the most direct indicator of when a file first appeared on the computer. To view it, locate the workbook in File Explorer, then:
- Right-click the file and choose Properties to see the Created date.
- Open the Details tab to verify additional timestamps such as Modified and Accessed.
- If you store the file on a network drive or cloud-synced folder, verify that the Created timestamp reflects the local action rather than an upload event.
Tip: If Created is hidden, enable the Details pane (View > Details) and add the Created column to your view. This makes future checks faster. In cases of batch processing, consider enabling a quick search for Created dates across a folder.
macOS method: Finder and Get Info dates
macOS users can uncover creation information in Finder using Get Info or the Command-I shortcut. Steps:
- Locate the workbook in Finder, then press Command-I to open the Info panel.
- Read the Created field to identify when the file first appeared on the Mac.
- Check additional timestamps such as Modified to understand recent edits or re-saves.
Pro tip: If you’re working with iCloud Drive or external volumes, compare timestamps across locations to determine whether the file originated elsewhere and was later copied to your Mac. This helps prevent false assumptions about the true origin date.
Inside Excel: workbook properties and document metadata
Excel exposes several layers of metadata that can help verify creation dates. In the workbook, go to File > Info and review the properties section. Look for:
- Created: the date when the workbook was first saved within this environment.
- Modified: the date of the most recent change.
- Authors and company information: these meta fields can corroborate the timeline of development.
If you do not see Created in the standard view, open Advanced Properties via the Properties button or link to access extended fields. Keep in mind that older Excel formats or migrated files may not populate all metadata fields. In such cases, cross-check the OS-level Created date as a fallback.
Reading metadata with Power Query
Power Query offers a programmatic way to fetch file-level metadata, including creation dates, from a folder. Steps:
- In Excel, go to Data > Get Data > From File > From Folder and connect to the folder containing your workbook(s).
- Load the metadata; look for the DateCreated column or equivalent in the file list.
- Filter for the specific workbook name and inspect the DateCreated value.
This approach is especially useful when you’re auditing multiple files or building a data-driven process that tracks file lifecycles. If your environment hides certain metadata, Power Query will surface whatever the OS reports, so be mindful of potential gaps.
When the date is unreliable: common pitfalls
Several scenarios can skew creation dates:
- Copying or duplicating a file can create a new Created timestamp in the destination while preserving the original content.
- Restoring from backups or importing from older formats may re-create the file rather than preserve the original creation moment.
- Cloud storage solutions can show a Created timestamp tied to the upload or synchronization process, not the file’s actual first save.
To mitigate confusion, record creation dates from all sources and note any operations that could have altered timestamps. If in doubt, use a corroborating method (OS property, Excel metadata, and Power Query) before drawing conclusions.
Special cases: Excel Online and cross-platform files
When working with Excel Online or files stored in SharePoint or OneDrive, creation data may be influenced by how the service handles versioning and synchronization. Version history can provide a separate, authoritative indicator of when a document first appeared or was created in a given environment. If a file has been edited across different devices, be sure to compare timestamps from the original device and the cloud platform to identify the earliest known creation moment.
We also see cases where a file’s “Created” date in Windows differs from the info shown in Excel Online. In such cases, rely on the cloud version history as a cross-check and keep your internal records aligned with both sources.
Verifying and documenting the date: best practices
When you need a reliable creation date for audits or reporting, adopt a simple process: verify OS Created, check Excel’s Created/Modified where available, and, if necessary, pull the DateCreated from a folder view with Power Query. Record the results in a separate audit log or metadata sheet inside the workbook itself. This ensures you won’t lose the critical date when the file moves or changes owners. Finally, communicate any discrepancies with your team and document the method used to determine the date for transparency.
AUTHORITY SOURCES
- https://www.archives.gov
- https://www.loc.gov
- https://support.microsoft.com These resources provide reliable context for how metadata and file properties behave across systems, helping you interpret dates correctly and maintain audit-ready documentation.
Tools & Materials
- Windows PC with File Explorer(Use to view the Created date via Properties (Right-click > Properties) and confirm with Details pane.)
- macOS computer with Finder(Use Get Info (Command-I) to read Created date and cross-check Modified date.)
- Excel (Windows or macOS)(Needed to view in-application metadata (File > Info) and advanced document properties.)
- Power Query (optional, in Excel)(Use From Folder or From File to extract Date Created programmatically.)
- Access to the workbook or folder(Essential for any file-level metadata checks or folder-based queries.)
Steps
Estimated time: Estimated total time: 45-60 minutes
- 1
Open the file's folder
Navigate to the folder containing the Excel workbook you want to investigate. Locating the file quickly reduces time spent chasing timestamps and minimizes the risk of pulling metadata from a different file.
Tip: Use the search box in Windows or macOS to locate files by name, extension, or creation-related terms. - 2
Check Windows file properties
Right-click the workbook and select Properties. Review the Created date and compare it with Modified to understand when the file first appeared and when it last changed. If the Created field is missing, try Details pane or Advanced properties.
Tip: Enable the Created column in Details view for quicker reference in the future. - 3
Check macOS Finder info
In Finder, select the workbook and press Command-I or right-click Get Info. Read the Created date in the Info panel and note any discrepancy with Modified date or other metadata.
Tip: If the file is on iCloud or an external drive, verify the original source location to avoid falseCreated dates. - 4
Inspect Excel workbook properties
Open Excel, go to File > Info. Look for the document properties such as Created and Modified. If not visible, access Advanced Properties for a fuller view.
Tip: Some older formats may not populate all fields; rely on OS-level dates when necessary. - 5
Use Power Query to fetch metadata
In Excel, Data > Get Data > From File > From Folder, connect to the folder, load metadata, and locate the DateCreated field for the workbook.
Tip: If DateCreated is not present, try reading Date Modified as a secondary reference, while noting its limitations. - 6
Check cloud storage version history
If the file is stored in OneDrive or SharePoint, review Version History to identify the earliest version creation date and any subsequent edits that may affect the timestamp.
Tip: Version history can be more authoritative in cloud contexts than local file properties. - 7
Compare across environments
Cross-check timestamps from Windows, macOS, Excel metadata, and cloud version history. Document any gaps and choose the most trustworthy source as the basis for your conclusion.
Tip: Document assumptions clearly to support transparency in audits. - 8
Document the final result
Record the verified creation date in a dedicated log or within the workbook itself (e.g., a metadata sheet). This helps future users understand the provenance of the file.
Tip: Include sources used (OS, Excel, Power Query, cloud history) for traceability. - 9
Review and update periodically
As files move or are updated, re-check the creation date using the same primary sources to ensure ongoing accuracy and compliance.
Tip: Set a reminder to re-validate metadata after significant edits or relocations.
People Also Ask
Can the creation date inside Excel be different from the OS file properties?
Yes. Excel stores internal metadata that may not always align with the OS-created timestamp, especially after format changes or migrations. Always cross-check both sources.
Yes. Excel often stores its own metadata that can differ from the operating system's file creation date.
What should I do if the Created date is missing in one source?
If the Created date isn’t visible in one source, rely on the other source (e.g., Windows Properties or Excel metadata) and use Power Query to pull metadata from the folder as a fallback.
If Created is missing in one place, use the other sources and Power Query as a fallback.
Does copying a file change its creation date?
Yes. Copying a file to a new location often creates a new Created timestamp in the destination. Always note the original source date when possible.
Copying can recreate the date in the destination; check multiple sources.
Is the cloud version history a reliable date source?
Version history in cloud storage can offer a reliable timeline, especially for collaborative work. Use it alongside local metadata for best results.
Cloud history is often reliable for provenance; corroborate with local metadata.
Can I automate this for many files?
Yes. Use Power Query to pull DateCreated from multiple files in a folder, then export results to a report or dashboard for audits.
You can automate this using Power Query to batch-check many files.
What if the file was created long ago on a different OS?
Old OS creation dates may not map perfectly to current systems. Cross-check with any available cloud history or original backups if possible.
Old dates can be tricky; cross-check with other sources if you can.
Watch Video
The Essentials
- Identify all date sources before drawing conclusions.
- Cross-check OS, Excel, and cloud metadata for reliability.
- Document provenance and sources in a dedicated log.
- Be cautious with copies or moved files that reset Created timestamps.
- Use Power Query for scalable metadata extraction when auditing many files.

