Federal Contractor

INSITU, INC. Federal Contract Obligations (Last 10 Years)

INSITU, INC. (CAGE 02FP7, UEI QXMUHJ7XTF89) has received $2.24 billion across 2,930 federal award actions in the last 10 years.

Federal procurement records show INSITU, INC. concentrated most of its obligated funding with the Department of the Navy, which accounted for $1.80 billion and 2,218 award actions. Other notable buyers include USSOCOM, the U.S. Coast Guard, and the Defense Logistics Agency, with activity centered in surveying and mapping services, aircraft manufacturing, engineering services, and related aerospace research and parts manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the most recent five years ranged from $75.33 million in 2025 to $182.24 million in 2021, based on FPDS records for the last 10 years.

CAGE Code
02FP7
UEI
QXMUHJ7XTF89
Total Obligated
2.24 billion
2,237,376,141.29
Award Actions
2,930
Average Action Value
763,609.60

About INSITU, INC. federal contract activity

INSITU, INC. (CAGE 02FP7, UEI QXMUHJ7XTF89) recorded 2.24 billion in obligated federal awards across 2,930 actions over the last 10 years, with an average award value of 763,609.6. The company’s federal work is concentrated in defense and maritime-related procurement, reflecting a relatively high-dollar, mission-specific vendor profile.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for 1.80 billion and 2,218 awards, or the clear majority of observed obligations. USSOCOM is the second-largest buyer at 327.11 million across 207 awards, followed by the U.S. Coast Guard at 95.73 million and the Defense Logistics Agency at 49.24 million, indicating a strong concentration in defense and security agencies.

Industry profile based on NAICS activity

Award activity is split across surveying/mapping, aircraft manufacturing, engineering services, and related R&D, with NAICS 541370, 336411, and 541330 carrying the largest obligated values. The mix suggests INSITU supports both unmanned systems/platform production and the technical services needed for integration, mapping, and engineering support, rather than relying on a single procurement category.

Annual contract trend over the analysis window

Annual obligations in the available recent years remained substantial but uneven, peaking at 182.24 million in 2021 before declining to 136.78 million in 2022 and rising to 147.00 million in 2023. The most recent values show 81.41 million in 2024 and 75.33 million in 2025, which may reflect incomplete-year data if the current fiscal year is not closed; award counts also declined from 409 in 2021 to 88 in 2025.

How to interpret this page

This profile is based on FPDS award records for the last 10 years and aggregates obligated dollars and award counts by vendor, agency, NAICS code, and fiscal year. Totals reflect observed FPDS obligations only and should be interpreted as procurement activity captured in the dataset, not total enterprise revenue or all contract-related business.

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 = '02FP7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
1700 DEPT OF THE NAVY 1,798,389,854.17 1.80 billion 2,218
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 327,109,635.01 327.11 million 207
7008 U.S. COAST GUARD 95,729,693.31 95.73 million 87
97AS DEFENSE LOGISTICS AGENCY 49,238,666.38 49.24 million 288
1406 DEPARTMENTAL OFFICES 1,088,479.16 1.09 million 8
7014 U.S. CUSTOMS AND BORDER PROTECTION 255,613.24 255.61 thousand 3
1434 US GEOLOGICAL SURVEY 41,306.93 41.31 thousand 1
2100 DEPT OF THE ARMY -1,593.00 -1.59 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -34,475,513.91 -34.48 million 117

Insight

Over the last 10 years, INSITU, INC. obligated $2.24 billion across 2,930 awards, with spending heavily concentrated at the Department of the Navy, which accounts for $1.80 billion and 2,218 awards. U.S. Special Operations Command is the next largest customer at $327.11 million, followed by the U.S. Coast Guard at $95.73 million and the Defense Logistics Agency at $49.24 million, indicating a strong concentration in defense and maritime agencies. Remaining agencies represent comparatively small shares of total obligations, and the presence of negative obligations at DCMA and the Department of the Army suggests downward adjustments within the record.

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 = '02FP7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 748,893,810.60 748.89 million 346
336411 AIRCRAFT MANUFACTURING 747,328,533.84 747.33 million 1,049
541330 ENGINEERING SERVICES 556,755,116.92 556.76 million 521
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 136,040,394.90 136.04 million 45
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 68,546,351.91 68.55 million 542
611512 FLIGHT TRAINING 2,212,635.65 2.21 million 31
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 1,998,729.39 2.00 million 125
314910 TEXTILE BAG AND CANVAS MILLS 1,745,832.56 1.75 million 64
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 637,586.01 637.59 thousand 7
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 514,657.48 514.66 thousand 6

Insight

INSITU, INC.’s obligations over the last 10 years are concentrated in a small set of NAICS codes, with the top three categories—541370, 336411, and 541330—accounting for most of the vendor’s 2.24 billion in total obligated value. Award volume is highest in 336411 Aircraft Manufacturing (1,049 awards), while 541370 Surveying and Mapping Services and 541330 Engineering Services also represent substantial obligated amounts, indicating a mix of manufacturing, technical, and engineering work. Beyond these categories, obligations fall off sharply, with only 541712 and 336413 exceeding 50 million and the remaining NAICS codes each contributing comparatively minor dollars.

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 = '02FP7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 75,333,934.69 75.33 million 88
2024 81,406,431.54 81.41 million 165
2023 146,996,060.31 147.00 million 280
2022 136,781,272.89 136.78 million 321
2021 182,236,335.79 182.24 million 409
2020 311,859,137.20 311.86 million 543
2019 448,854,815.79 448.85 million 459
2018 463,688,906.73 463.69 million 404
2017 388,632,577.35 388.63 million 255
2016 1,586,669.00 1.59 million 6

Insight

INSITU, INC. (CAGE 02FP7) recorded $2.24 billion in obligations across 2,930 awards over the last 10 years, with an average award value of $763.6K. Obligation volume was heavily concentrated in 2017 through 2021, peaking in 2018 at $463.69 million and remaining elevated through 2020 at $311.86 million, then declining each year thereafter. Annual award counts also fell from a high of 543 in 2020 to 88 in 2025, indicating a materially reduced recent contract flow relative to the mid-period peak.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.