What is a Form S-1 filing?

A Form S-1 is the registration statement a company must file with the SEC before selling securities to the public for the first time. It is the foundational IPO document, disclosing financials, risks, management, and use of proceeds.

The short answer

No company can sell securities to the public in the United States without first registering them with the SEC. For most IPOs, that registration happens through Form S-1. The S-1 is a comprehensive document: it describes the business, explains the risks, discloses three years of audited financials, and details exactly how the company plans to use the money it raises.

The SEC reviews the S-1, asks questions via comment letters, and the company revises the document in response. Once the SEC declares the registration "effective," the company can start selling shares. The stock exchange listing and first day of trading follow shortly after.

Who files an S-1

Any U.S. domestic company registering securities for the first time files an S-1. There are related forms for specific situations:

  • S-1: Standard first-time registration for companies above the emerging growth threshold.
  • S-1/A: Amendment to a previously filed S-1, used during the review process to respond to SEC comments or update financials.
  • S-11: Used specifically by real estate investment trusts (REITs).
  • F-1: Used by foreign private issuers (non-U.S. companies listing in the United States).
  • Form S-3: Used by already-public companies that meet seasoned issuer requirements, for shelf registrations and secondary offerings. Not for IPOs.

Emerging growth companies (those with less than $1.235 billion in annual gross revenue in their most recent fiscal year, a threshold set by the JOBS Act of 2012) can initially file their S-1 confidentially with the SEC before going public.

The confidential filing process

The SEC allows emerging growth companies to submit a draft registration statement for review before publicly filing. This "Test the Waters" provision lets companies get through most of the SEC comment process without public scrutiny. When they're ready to formally proceed, they file the public S-1, which must be on file at least 15 days before the roadshow begins.

This practice is now standard. When a company goes public and their S-1 appears on EDGAR, there have often already been multiple rounds of SEC review, and the substantive comments have already been resolved.

What's in a Form S-1

The document runs anywhere from 100 to 400 pages. The core sections:

Prospectus summary

A short overview of the company, the offering (shares being sold, expected price range), and use of proceeds. This is the first thing investors read. IPO bankers spend significant time on the summary because it frames the entire investment thesis.

Risk factors

A comprehensive list of everything that could go wrong. Companies are legally required to disclose material risks, and they list them in enough detail that the section often runs 30-50 pages. Boilerplate risks appear in every S-1 (general economic conditions, competition, regulatory risk). Company-specific risks are where due diligence matters: customer concentration, single-product dependency, ongoing litigation, regulatory investigations, going-concern language.

Use of proceeds

How the company intends to use the money raised. Common categories: repay debt, fund R&D, expand sales and marketing, general corporate purposes. "General corporate purposes" is the least informative answer but legally acceptable. When proceeds are directed to specific near-term plans (building a specific facility, completing a specific acquisition), that's more useful information.

Dilution

This section shows the per-share book value before and after the offering, and calculates the effective dilution to existing shareholders from the new share issuance. If founders and early investors paid $0.01 per share and the IPO prices at $20, the dilution disclosure shows that precisely.

Business description

A full description of the company's products, services, customer base, competitive landscape, distribution strategy, intellectual property, employees, and facilities. This section is often the most detailed description of the company's operations ever published in a single document.

Management's discussion and analysis (MD&A)

Same concept as the 10-Q MD&A, but covering two to three years of history and often including a more forward-looking narrative since the company is trying to attract investors. Revenue drivers, cost structure, operating leverage, and key metrics are all explained here.

Financial statements

Three years of audited income statements, balance sheets, and cash flow statements (or two years if the company is an emerging growth company). Selected quarterly financial data is also provided. These are the numbers investors rely on for modeling.

Executive compensation

Every named executive officer's salary, bonus, equity grants, and total compensation for the last two fiscal years. The summary compensation table and grant details are required in full.

Principal shareholders and selling shareholders

Who owns what before the offering. Founders, early investors (VC firms, angel investors), and executives are all listed with exact share counts and percentages. This section also discloses which insiders are selling shares in the IPO (secondary shares), which matters because secondary sales mean the company isn't receiving those proceeds.

Director and officer information

Biographical information on each board member and named executive officer, including affiliations, other board memberships, and compensation committee structure.

From filing to first day of trading

The typical IPO timeline after the public S-1 is filed:

  1. SEC review period — typically two to four weeks for the first comment letter, then one to two weeks for each amendment cycle.
  2. Roadshow — typically two weeks of presentations to institutional investors.
  3. Pricing — the night before the first trading day, the underwriters set the final offering price with the company.
  4. Effectiveness — the SEC declares the registration effective; shares can be sold.
  5. First day of trading — the stock begins trading on the exchange.

The whole process from first public S-1 filing to first trading day is typically four to eight weeks for a well-prepared company. Companies that have worked through most SEC comments during the confidential review period move faster.

How to get S-1 filings programmatically

S-1 filings are on EDGAR under form type "S-1" (and "S-1/A" for amendments). The full document is available as HTML and often as a single structured filing with exhibits.

curl "https://api.edgarkit.com/v1/filings?form_type=S-1&limit=20" \
  -H "Authorization: Bearer YOUR_API_KEY"

Returns the 20 most recent S-1 filings across all issuers, with filing date, company name, CIK, and document links. Filter by date range to track IPO pipeline activity during a specific market window.

FAQ

What is the difference between an S-1 and a prospectus?

An S-1 is the registration statement filed with the SEC. The prospectus is the portion of the S-1 that is actually distributed to investors. The final prospectus (filed as a 424B form after effectiveness) reflects the final offer price and is the document investors receive when buying IPO shares.

How long does SEC review of an S-1 take?

The first comment letter from the SEC typically arrives within 30 days of the public filing. Most companies receive two to three rounds of comments. Total time from public filing to effectiveness averages six to ten weeks for an uncomplicated filing, though it varies widely.

Can private individuals see an S-1 before the IPO?

Yes. S-1 filings are public documents on EDGAR from the moment they are filed. The confidential draft version (submitted before public filing) remains non-public until the company files the public version.

What happens to the S-1 after the IPO is complete?

The company becomes a reporting company and begins filing 10-Q and 10-K reports on an ongoing basis. The S-1 remains permanently in the public record on EDGAR. After effectiveness, subsequent share offerings by the company (secondary offerings) typically use Form S-3 rather than a new S-1.

What does "S-1 withdrawn" mean?

If a company decides not to proceed with the IPO, it can withdraw the S-1 filing. This happens when market conditions deteriorate, the valuation can't be achieved, or the company decides to stay private. Withdrawals are filed as separate EDGAR documents and are public record.