Federal Contractor

BLUE ORIGIN LLC Federal Contract Obligations (Last Year)

Federal procurement summary for BLUE ORIGIN LLC (CAGE 5VWN7, UEI SH2ER4W6LH13) covering the last full year of FPDS obligations.

In the last full year, BLUE ORIGIN LLC recorded 22 award actions totaling $828.46 million, with an average action value of $37.66 million. All reported obligations in this window were from the National Aeronautics and Space Administration, led by research and development in the physical, engineering, and life sciences under NAICS 541715.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated dollars in the selected analysis window and are grouped by agency, NAICS code, and year.

CAGE Code
5VWN7
UEI
SH2ER4W6LH13
Total Obligated
828.46 million
828,462,629.65
Award Actions
22
Average Action Value
37,657,392.25

About BLUE ORIGIN LLC federal contract activity

BLUE ORIGIN LLC (CAGE 5VWN7, UEI SH2ER4W6LH13) recorded $828.46 million in obligations across 22 awards in the last full year, for an average award value of $37.66 million. The award profile is concentrated in a relatively small number of actions, indicating a high-value federal spending relationship rather than a broad transactional footprint.

Agency mix and customer concentration

All observed obligations came from the National Aeronautics and Space Administration, which accounted for the full $828.46 million across 22 awards. This indicates a fully concentrated agency relationship in the analysis window, with no obligated activity shown from other agencies in the provided data.

Industry profile based on NAICS activity

Award activity was dominated by NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), which represented $777.87 million across 17 awards. The remaining $50.59 million across 5 awards fell under NAICS 481212, Nonscheduled Chartered Freight Air Transportation, showing that the vendor’s obligations were primarily R&D-driven with a smaller transportation component.

Annual contract trend over the analysis window

The annual trend data shows all recorded obligations in 2025, totaling $828.46 million across 22 awards. No additional years appear in the analysis window, so the available data supports a single-year snapshot rather than a multi-year trend assessment.

How to interpret this page

This summary is based on FPDS obligation records for the vendor identified by CAGE 5VWN7 and UEI SH2ER4W6LH13 over the last full year. Totals, counts, and concentration measures reflect the provided overview, agency, NAICS, and annual trend data and are limited to obligated amounts in that period.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5VWN7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 828,462,629.65 828.46 million 22

Insight

Over the last full year, BLUE ORIGIN LLC’s obligated dollars were fully concentrated within a single agency customer: the National Aeronautics and Space Administration. NASA accounted for the entire $828.46 million in obligations across 22 awards, indicating a highly concentrated agency portfolio with no visible diversification in this window. The average award value was $37.66 million, suggesting a relatively high-dollar, multi-award relationship centered on one federal buyer.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5VWN7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 777,872,474.65 777.87 million 17
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 50,590,155.00 50.59 million 5

Insight

Over the last full year, BLUE ORIGIN LLC (CAGE 5VWN7) received $828.46 million across 22 awards, with obligations concentrated in two NAICS codes. NAICS 541715 accounted for $777.87 million across 17 awards, representing the clear majority of obligated dollars and indicating primary activity in physical, engineering, and life sciences R&D. NAICS 481212 represented a smaller secondary share at $50.59 million across 5 awards, suggesting limited diversification outside the core R&D category.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5VWN7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 828,462,629.65 828.46 million 22

Insight

In the last full year, BLUE ORIGIN LLC (CAGE 5VWN7) recorded $828.46 million in obligated value across 22 awards, for an average award value of $37.66 million. Because the window contains a single annual observation, no year-over-year trend can be assessed; the available data instead indicate a high-value, low-count award profile. The obligation base appears concentrated in a relatively small number of transactions, suggesting dependence on fewer, larger awards rather than broad award distribution.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.