In the last full year, ORBITAL SCIENCES CORPORATION recorded 104 federal award actions totaling $4,590,073.26 in obligations, for an average action value of $44,135.31. Most activity came from the Department of the Navy and was concentrated in NAICS 541330, Engineering Services.
Federal Contractor
ORBITAL SCIENCES CORPORATION Federal Contract Obligations (Last Year)
Federal procurement profile for ORBITAL SCIENCES CORPORATION (CAGE 27555, UEI TZJ1G18YHW83) covering obligations and awards in the last full year.
Topline totals reflect reported obligated amounts for the analysis window and include negative adjustments shown in the source data.
About ORBITAL SCIENCES CORPORATION federal contract activity
ORBITAL SCIENCES CORPORATION (CAGE 27555, UEI TZJ1G18YHW83) received 104 FPDS-recorded awards in the last full year, totaling $4.59 million in obligations. The average award value was $44,135.31, indicating a high-volume, relatively small-dollar award profile.
Agency mix and customer concentration
Obligations were concentrated almost entirely at the DEPT OF THE NAVY, which accounted for 101 awards and $4.81 million in obligations. The only other listed agency, DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA), shows a net negative obligation of $224,202.32 across 3 awards, suggesting deobligations or contract adjustments during the period.
Industry profile based on NAICS activity
The vendor’s activity was dominated by NAICS 541330, Engineering Services, with 100 awards and $4.81 million in obligations. Smaller negative-obligation entries appear under NAICS 336414 and 336419, indicating downward adjustments in guided missile and space vehicle manufacturing-related categories.
Annual contract trend over the analysis window
All reported activity falls within 2025, with total obligations of $4.59 million across 104 awards. Because the analysis window covers only the last full year, the trend data reflects a single annual point rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS-observed award obligations associated with vendor identifiers CAGE 27555 and UEI TZJ1G18YHW83 for the last full year. Totals reflect net obligated dollars and award counts by agency, NAICS, and year; negative values are preserved as reported and may reflect modifications or deobligations.
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 = '27555'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 4,814,275.58 | 4.81 million | 101 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -224,202.32 | -224.20 thousand | 3 |
Insight
During the last full year, ORBITAL SCIENCES CORPORATION’s obligations were highly concentrated with the DEPT OF THE NAVY, which accounted for 101 awards and $4.81 million in obligated value. DCMA shows a small negative net obligation of $224.2 thousand across 3 awards, indicating downward adjustment activity rather than new positive funding. Overall, the vendor’s 104 awards and $4.59 million in total obligations were driven almost entirely by Navy activity.
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 = '27555'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 4,814,275.58 | 4.81 million | 100 |
| 336419 | OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | -9,000.00 | -9.00 thousand | 1 |
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | -215,202.32 | -215.20 thousand | 3 |
Insight
Over the last full year, ORBITAL SCIENCES CORPORATION’s obligations were highly concentrated in NAICS 541330, Engineering Services, which accounted for 100 awards and $4.81 million. This category exceeds the vendor’s reported total obligated amount of $4.59 million, indicating offsetting negative obligations in other NAICS codes during the period. The remaining activity was limited to NAICS 336414 and 336419, both showing negative obligated amounts, suggesting adjustments or deobligations rather than new award growth in those segments.
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 = '27555'
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 | 4,590,073.26 | 4.59 million | 104 |
Insight
ORBITAL SCIENCES CORPORATION (CAGE 27555) obligated 4.59 million across 104 awards in the last full year, for an average award value of 44.1 thousand. The annual profile indicates activity concentrated within a single year in this window, with obligations fully captured in 2025. The volume of awards relative to total obligated dollars suggests a distribution skewed toward smaller transactions rather than a few high-dollar awards.
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.