Federal Contractor

SALIENT CRGT, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for SALIENT CRGT, INC. (CAGE 04CW4, UEI Q5LJNF15T2R5) covering obligations, awards, agencies, NAICS codes, and annual trend data over the last 5 years.

SALIENT CRGT, INC. received 2.63 billion in federal obligations across 922 award actions in the last 5 years, for an average action value of 2.85 million. The company’s spending is concentrated in computer systems design services, with the Federal Acquisition Service as the largest awarding agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligated amounts within the last 5 years and may include multiple award actions across agencies and NAICS categories.

CAGE Code
04CW4
UEI
Q5LJNF15T2R5
Total Obligated
2.63 billion
2,629,064,477.28
Award Actions
922
Average Action Value
2,851,479.91

About SALIENT CRGT, INC. federal contract activity

SALIENT CRGT, INC. (CAGE 04CW4, UEI Q5LJNF15T2R5) recorded $2.63 billion in obligations across 922 awards over the last 5 years, with an average award value of $2.85 million. The award profile indicates a high-volume, mid-to-large dollar contracting pattern rather than a small number of exceptionally large transactions.

Agency mix and customer concentration

Federal Acquisition Service is the clear primary buying organization, accounting for $1.46 billion across 204 awards, or more than half of total obligations. The remaining top obligations are spread across Veterans Affairs, U.S. Citizenship and Immigration Services, the Department of the Navy, and the Pension Benefit Guaranty Corporation, showing a customer base concentrated in civilian federal missions with some defense participation.

Industry profile based on NAICS activity

Contracting is heavily concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $2.19 billion and 498 awards. Smaller but material activity appears in Engineering Services, Administrative Management and General Management Consulting Services, Custom Computer Programming Services, and Other Computer Related Services, indicating a portfolio centered on IT systems support with adjacent technical and advisory work.

Annual contract trend over the analysis window

Annual obligations increased materially over the period, rising from $264.13 million in 2021 to $892.33 million in 2025. Award counts peaked in 2024 and 2025 at 228 and 226 awards respectively, while dollar growth accelerated in 2025, suggesting larger average task orders or delivery orders in the most recent year.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 5 years and is limited to the vendor identifiers provided for SALIENT CRGT, INC. Totals, agency shares, NAICS mix, and annual trends reflect reported obligations only and should be interpreted as historical procurement activity, not performance, pipeline, or forecast data.

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 = '04CW4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
4732 FEDERAL ACQUISITION SERVICE 1,456,496,091.60 1.46 billion 204
3600 VETERANS AFFAIRS, DEPARTMENT OF 396,665,304.48 396.67 million 57
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 179,065,737.36 179.07 million 37
1700 DEPT OF THE NAVY 139,335,538.78 139.34 million 86
1665 PENSION BENEFIT GUARANTY CORPORATION 100,124,876.73 100.12 million 81
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 93,792,251.05 93.79 million 18
1344 US PATENT AND TRADEMARK OFFICE 52,506,113.63 52.51 million 97
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 48,625,590.49 48.63 million 37
9507 COMMODITY FUTURES TRADING COMMISSION 42,627,628.35 42.63 million 19
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 32,418,332.55 32.42 million 16

Insight

Over the last 5 years, SALIENT CRGT, INC. has obligated 2.63 billion across 922 awards, with spending concentrated at the Federal Acquisition Service, which accounts for 1.46 billion and 204 awards, or a little over half of total obligations. The next largest agency, the Department of Veterans Affairs, totals 396.67 million, followed by USCIS at 179.07 million, indicating a steep drop-off after the top customer. Award counts are more dispersed than dollars, with several agencies posting moderate numbers of awards but materially lower obligation levels, suggesting a mix of high-value and smaller recurring procurements across the portfolio.

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 = '04CW4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,188,421,474.99 2.19 billion 498
541330 ENGINEERING SERVICES 151,413,494.27 151.41 million 93
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 116,821,199.13 116.82 million 188
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 97,688,148.54 97.69 million 20
541519 OTHER COMPUTER RELATED SERVICES 35,941,143.98 35.94 million 71
611630 LANGUAGE SCHOOLS 30,982,071.78 30.98 million 1
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 5,472,871.96 5.47 million 22
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 1,298,941.27 1.30 million 5
611710 EDUCATIONAL SUPPORT SERVICES 568,577.72 568.58 thousand 13
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 456,053.64 456.05 thousand 8

Insight

Over the last 5 years, SALIENT CRGT, INC. received 2.63 billion across 922 awards, with obligations heavily concentrated in NAICS 541512, Computer Systems Design Services, at 2.19 billion across 498 awards. The next largest NAICS codes—541330 Engineering Services and 541611 Administrative Management and General Management Consulting Services—are materially smaller at 151.41 million and 116.82 million, indicating a strong primary focus on IT systems work with secondary activity in engineering and consulting. Remaining NAICS categories are comparatively minor and dispersed, with no other code exceeding 97.69 million in obligations.

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 = '04CW4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 892,325,864.34 892.33 million 226
2024 573,911,359.69 573.91 million 228
2023 500,783,638.71 500.78 million 169
2022 397,912,251.34 397.91 million 132
2021 264,131,363.20 264.13 million 167

Insight

SALIENT CRGT, INC. shows a steady upward obligation trend over the last 5 years, increasing from $264.13 million in 2021 to $892.33 million in 2025, for $2.63 billion total obligated across 922 awards. Annual awards remain relatively dispersed, with counts ranging from 132 to 228 and no single year dominating by volume, although 2025 is the highest-obligation year in the period. The pattern indicates growing spend concentration in the most recent years, especially from 2023 through 2025.

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