## That Little Statement Holding Up Your Submission

You’ve done the research, written the manuscript, and are ready to submit. But as you navigate the journal's submission portal, you hit a required field: "Data Availability Statement." A few years ago, you might have just typed "Data available upon reasonable request" and moved on. In 2026, that simple sentence is one of the fastest routes to a desk rejection.

Journal editors are no longer accepting vague promises. They, along with funders and the broader research community, are pushing for genuine transparency and reproducibility. A clear, accurate, and actionable data availability statement (DAS) is now a non-negotiable part of a complete submission. This guide explains how to write a data availability statement that satisfies even the strictest journal policies and sets your research up for long-term impact.

Knowing how to write a data availability statement is now as fundamental as formatting your references. It’s not just a box to tick; it’s a core component of your published work.

## What a Data Availability Statement Must Accomplish

At its core, a DAS does one thing: it tells the reader how to access the minimum dataset required to verify your research. A *good* DAS answers four key questions:

1.  **What data is available?** (e.g., raw data, processed data, analysis code)
2.  **Where is it located?** (e.g., a specific repository like Zenodo, Figshare, or a subject-specific one)
3.  **How can it be accessed?** (e.g., via a persistent identifier like a DOI, an accession number)
4.  **What are the access conditions?** (e.g., openly available, under embargo, restricted access)

The era of keeping data on a local hard drive and hoping no one asks for it is over. The goal is to make your data **FAIR**: Findable, Accessible, Interoperable, and Reusable. A well-written DAS is the first step in that process. You can learn more about the FAIR principles in our [practical guide to research data management](/blog/research-data-management-fair-guide/).

## Choosing a Home for Your Data: The Repository Decision

Before you can write your statement, your data needs to live somewhere permanent and public. Tucking it into the supplementary materials is a fallback, but a formal data repository is the gold standard.

### Why Use a Repository?

-   **Persistence:** Repositories assign a persistent identifier (like a DOI) that won't break when a URL changes.
-   **Discoverability:** Repositories are indexed by search engines like Google Dataset Search, making your work more visible.
-   **Archiving:** They are committed to long-term preservation, ensuring your data outlives your personal website or university server.
-   **Citation:** A repository deposit makes your dataset a citable research output, which can help your career.

### Types of Repositories

-   **General-purpose:** Zenodo, Figshare, Dryad, and the Open Science Framework (OSF) are excellent choices that accept data from any discipline.
-   **Institutional:** Your university library may have its own repository with dedicated support staff.
-   **Domain-specific:** Many fields have their own preferred repositories (e.g., GenBank for nucleotide sequences, PDB for protein structures, ICPSR for social science data). Using the standard repository for your field is always the best option.

If you are unsure where to start, the Registry of Research Data Repositories (re3data.org) is a searchable database that can help you find the right fit.

## Crafting Your Statement: Examples for Every Scenario

Your statement's content depends entirely on where your data is and what restrictions apply. Here are the most common scenarios and templates you can adapt.

### Scenario 1: Data is in a Public Repository (The Gold Standard)

This is the most straightforward and preferred option. Your statement should name the repository, provide the DOI, and state the license.

**Template:**
> The dataset(s) and analysis code generated and/or analysed during the current study are openly available in [Repository Name] at [Persistent Identifier/DOI Link]. The data are licensed under a [License Name, e.g., Creative Commons Attribution 4.0].

**Real-world example:**
> The data and R scripts supporting the findings of this study are available in the Zenodo repository, https://doi.org/10.5281/zenodo.1234567.

### Scenario 2: Data is Included in the Article or Supplementary Files

This is acceptable for smaller datasets where a repository might be overkill, but it's less ideal for discoverability and long-term access.

**Template:**
> All data generated or analysed during this study are included in this published article (and its supplementary information files).

### Scenario 3: Data is From a Third Party and Publicly Available

If you used existing public data, your statement acts as a signpost, telling readers where you got it.

**Template:**
> The data that support the findings of this study were derived from the following public domain resources: [List of resources with names, URLs, and any version numbers].

**Real-world example:**
> The analyses in this study are based on data from the National Health and Nutrition Examination Survey (NHANES) 2017-2018, available from the Centers for Disease Control and Prevention at https://wwwn.cdc.gov/nchs/nhanes/.

### Scenario 4: Data is Restricted Due to Privacy or Ethical Concerns

This is the most complex scenario, and it requires absolute clarity. You cannot simply say the data is unavailable. You must explain *why* and provide a pathway for legitimate access requests.

**Key elements to include:**
-   The specific reason for the restriction (e.g., contains personally identifiable information).
-   The name of the body that controls access (e.g., your institution's IRB, a data access committee).
-   The process for requesting access.

**Template:**
> The data that support the findings of this study contain sensitive participant information and are not publicly available due to ethical restrictions imposed by the [Name of Institutional Review Board]. Access to de-identified data can be requested by qualified researchers from the [Name of Data Access Committee] at [Email address or URL for requests].

Never make yourself the sole point of contact. Tying data access to an individual who may change institutions or retire is a major red flag for reproducibility. The contact must be an institutional body. For more on this, our guide on [how to publish a research paper in top journals](/blog/how-to-publish-a-research-paper-in-top-journals/) covers what editors look for.

### Scenario 5: Data Cannot Be Shared for Legal or Proprietary Reasons

If you used data under a restrictive license from a commercial provider, state that clearly.

**Template:**
> The data that support the findings of this study are available from [Third Party Name] but restrictions apply to their availability. These data were used under license for the current study, and so are not publicly available. Information on accessing the data can be found at [URL of data provider].

## Common Mistakes to Avoid

1.  **The Vague "Available on Request" Statement:** As mentioned, this is no longer acceptable at most reputable journals. It's seen as a barrier to, not a facilitator of, data sharing.
2.  **Forgetting to Include Code:** If your analysis involves computational scripts, the code needed to reproduce your results is part of the minimum dataset. It should be deposited alongside the data.
3.  **Broken Links or Placeholder DOIs:** Always double-check your links. Deposit your data and get the final DOI *before* you write the statement.
4.  **Mismatch Between Statement and Reality:** Ensure your statement accurately reflects the access conditions. If you claim data is open but it's sitting behind a login wall that requires manual approval, editors or reviewers will catch it.

Building a solid research workspace from the start makes this final step much easier. Consider setting up a structured system as outlined in our post on [setting up your first research workspace](/blog/setting-up-your-first-research-workspace/).

A data availability statement is a small but powerful part of your paper. It signals your commitment to transparency and robust science. By treating it with the same care as your abstract or methods section, you not only improve your chances of a smooth peer review but also contribute to a more open and reproducible scientific future.