Federal Contractor

CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY Federal Contract Obligations (Last 5 Years)

CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY (CAGE 4WPK2, UEI FZNCSKF4X6D9) recorded 1.71 billion in obligated federal awards across 1,613 actions over the last 5 years.

The vendor’s activity is concentrated in engineering services and related technical work, led by awards from the Agency for International Development and the Department of the Air Force. Annual obligations were highest in 2024 and remained above 326 million in 2025 through the current analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, and rankings reflect FPDS award action data for the last 5 years and are based on obligated amounts.

CAGE Code
4WPK2
UEI
FZNCSKF4X6D9
Total Obligated
1.71 billion
1,714,102,476.15
Award Actions
1,613
Average Action Value
1,062,679.77

About CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY federal contract activity

CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY, identified by CAGE 4WPK2 and UEI FZNCSKF4X6D9, recorded $1.71 billion in obligated awards across 1,613 awards over the last 5 years. The average award value was $1.06 million, indicating a mix of high-volume and higher-dollar contracting activity.

Agency mix and customer concentration

Award activity is concentrated in a small set of civilian and defense customers, led by the Agency for International Development at $666.91 million, followed by the Department of the Air Force at $550.06 million. Defense Logistics Agency, the Department of the Army, and the Federal Bureau of Investigation make up the remaining top agencies, showing a customer base that spans foreign assistance, defense, and law enforcement missions.

Industry profile based on NAICS activity

The vendor’s work is dominated by NAICS 541330, Engineering Services, which accounts for $1.14 billion and the majority of reported obligation volume. Secondary categories include 541519 Other Computer Related Services, 541715 Research and Development in the Physical, Engineering, and Life Sciences, 541611 Administrative Management and General Management Consulting Services, and 541512 Computer Systems Design Services, indicating a technical services profile with engineering as the core offering.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $428.70 million after a strong 2023 total of $411.68 million, then declined to $326.34 million in 2025 based on the current analysis window. Award counts were highest in 2021 and 2022, while dollar obligations rose materially in 2023 and 2024, suggesting increasing average award size over time.

How to interpret this page

This summary is based on FPDS award records for the last 5 years and reflects obligated dollars, award counts, and agency/NAICS classifications reported in the dataset. Totals are aggregated from the provided analysis window and should be interpreted as recorded contract obligations, not necessarily current performance value or total contract ceiling.

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 = '4WPK2'
        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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 666,906,863.78 666.91 million 45
5700 DEPT OF THE AIR FORCE 550,063,288.60 550.06 million 891
97AS DEFENSE LOGISTICS AGENCY 211,521,741.46 211.52 million 151
2100 DEPT OF THE ARMY 71,028,754.74 71.03 million 100
1549 FEDERAL BUREAU OF INVESTIGATION 38,290,525.66 38.29 million 62
4732 FEDERAL ACQUISITION SERVICE 36,707,795.76 36.71 million 46
7008 U.S. COAST GUARD 28,318,241.57 28.32 million 119
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 27,827,895.01 27.83 million 49
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 27,357,870.69 27.36 million 31
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 11,597,035.46 11.60 million 10

Insight

Over the last 5 years, CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY’s obligations are concentrated at a small number of agencies, led by the Agency for International Development at $666.91 million and the Department of the Air Force at $550.06 million. These two agencies account for the majority of the vendor’s $1.71 billion in total obligated value, indicating a strong reliance on a limited set of buying activities. Award volume is also heavily skewed toward the Department of the Air Force, which has 891 of 1,613 awards, while AID’s higher obligated value is tied to only 45 awards, suggesting larger average award sizes at that agency.

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 = '4WPK2'
        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
541330 ENGINEERING SERVICES 1,142,133,994.46 1.14 billion 1,023
541519 OTHER COMPUTER RELATED SERVICES 250,168,582.42 250.17 million 189
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 146,958,296.50 146.96 million 182
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 63,726,012.11 63.73 million 100
541512 COMPUTER SYSTEMS DESIGN SERVICES 61,022,225.57 61.02 million 98
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 36,104,249.86 36.10 million 15
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 7,309,272.69 7.31 million 1
811121 AUTOMOTIVE BODY, PAINT, AND INTERIOR REPAIR AND MAINTENANCE 6,700,479.95 6.70 million 3
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 2,500.00 2.50 thousand 1
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) -23,137.41 -23.14 thousand 1

Insight

Over the last 5 years, CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY’s obligations are highly concentrated in NAICS 541330, Engineering Services, which accounts for $1.14 billion across 1,023 awards, or roughly two-thirds of the vendor’s $1.71 billion total. The next two categories, 541519 Other Computer Related Services and 541715 R&D in the Physical, Engineering, and Life Sciences, add another $397.13 million combined, indicating a strong concentration in technical and engineering-related work. Remaining obligations are distributed across smaller professional services categories with materially lower dollar values, and several NAICS codes reflect minimal or isolated activity.

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 = '4WPK2'
        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 326,338,546.48 326.34 million 233
2024 428,696,905.92 428.70 million 321
2023 411,682,703.63 411.68 million 282
2022 294,699,200.91 294.70 million 385
2021 252,685,119.21 252.69 million 392

Insight

Over the last 5 years, CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY (CAGE 4WPK2) obligated $1.71 billion across 1,613 awards, with an average award value of $1.06 million. Obligations increased from $252.69 million in 2021 to a peak of $428.70 million in 2024, then declined to $326.34 million in 2025. Award counts were highest in 2021 and 2022 and then trended downward, indicating that recent dollar growth was driven more by larger award values than by higher transaction volume.

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.