Federal Contractor

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

CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY, CAGE 4WPK2, UEI FZNCSKF4X6D9, received 326.34 million in federal obligations across 233 award actions in the last full year.

Federal procurement activity for CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY was concentrated in engineering, computer-related services, and research and development. The vendor's largest obligations came from the Agency for International Development, the Department of the Air Force, and the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and use obligated dollars from FPDS award records; agency and NAICS rankings are based on reported obligations.

CAGE Code
4WPK2
UEI
FZNCSKF4X6D9
Total Obligated
326.34 million
326,338,546.48
Award Actions
233
Average Action Value
1,400,594.62

About CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY federal contract activity

CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY, identified by CAGE 4WPK2 and UEI FZNCSKF4X6D9, received 326.34 million across 233 awards in the last full year, for an average award value of 1.40 million. The award profile is high-volume and moderately fragmented, indicating continued use across multiple federal buyers and requirement types. Contract activity was concentrated enough to surface clear agency and NAICS patterns while still spanning a broad set of missions.

Agency mix and customer concentration

The largest share of obligations came from the Agency for International Development at 109.60 million across 12 awards, followed by the Department of the Air Force at 86.54 million across 141 awards and the Defense Logistics Agency at 70.23 million across 24 awards. The Department of the Army and the FBI were smaller but still material customers at 22.51 million and 9.37 million, respectively. This mix suggests the vendor is active across both civilian and defense environments, with particularly heavy volume in Air Force procurement.

Industry profile based on NAICS activity

The vendor's obligations were led by NAICS 541330 Engineering Services at 116.48 million across 81 awards and NAICS 541519 Other Computer Related Services at 105.18 million across 48 awards. NAICS 541715 Research and Development in the Physical, Engineering, and Life Sciences contributed 67.56 million across 82 awards, showing meaningful technical and R&D content. Smaller concentrations in management consulting and custom programming indicate a broader services portfolio, but the core work is anchored in engineering and IT-related labor.

Annual contract trend over the analysis window

The annual trend provided shows all observed obligations and awards occurring in 2025, totaling 326.34 million across 233 awards. With only one year in the analysis window, the data supports a snapshot rather than a multi-year growth assessment. The available record indicates substantial procurement activity during the period, but not a directional trend over time.

How to interpret this page

This summary is based solely on the supplied FPDS Query analysis window of the last full year and the associated aggregate award, agency, NAICS, and annual trend totals. Agency and NAICS rankings are ordered by total obligated dollars, with award counts used as supporting context. No additional sources, contract-level details, or unprovided calculations were used.

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 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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 109,598,173.13 109.60 million 12
5700 DEPT OF THE AIR FORCE 86,538,285.97 86.54 million 141
97AS DEFENSE LOGISTICS AGENCY 70,227,113.81 70.23 million 24
2100 DEPT OF THE ARMY 22,511,679.18 22.51 million 16
1549 FEDERAL BUREAU OF INVESTIGATION 9,373,943.70 9.37 million 5
1900 STATE, DEPARTMENT OF 8,669,999.70 8.67 million 2
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 8,650,736.10 8.65 million 8
7529 NATIONAL INSTITUTES OF HEALTH 7,266,705.20 7.27 million 6
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 5,080,356.61 5.08 million 5
4732 FEDERAL ACQUISITION SERVICE 114,489.96 114.49 thousand 6

Insight

Over the last full year, CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY obligated $326.34 million across 233 awards, with spending concentrated in a few agencies. Agency for International Development accounted for the largest share at $109.60 million, followed by the Department of the Air Force at $86.54 million and the Defense Logistics Agency at $70.23 million; these three agencies together represent the majority of obligated dollars. Award volume was more distributed than dollars, with the Department of the Air Force driving 141 of the 233 awards despite ranking second in obligated value. Smaller obligations were spread across several civilian and law enforcement agencies, each below $10 million, indicating a mix of high-dollar agency concentration and broader low-dollar 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 = '4WPK2'
        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 116,484,255.96 116.48 million 81
541519 OTHER COMPUTER RELATED SERVICES 105,179,391.84 105.18 million 48
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 67,560,109.63 67.56 million 82
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 18,024,679.80 18.02 million 13
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
541512 COMPUTER SYSTEMS DESIGN SERVICES 5,080,356.61 5.08 million 5

Insight

Credence Management Solutions LLC’s last full year obligations are concentrated in professional and technical services NAICS codes, led by Engineering Services (541330) at $116.48 million across 81 awards and Other Computer Related Services (541519) at $105.18 million across 48 awards. Research and Development in the Physical, Engineering, and Life Sciences (541715) is also a major driver at $67.56 million across 82 awards, indicating a diversified but strongly technical portfolio. The remaining NAICS codes are materially smaller, with each contributing less than $20.1 million, suggesting spending is clustered around a few core service areas rather than broadly distributed across many industries.

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 1 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

Insight

For the last full year, CREDENCE MANAGEMENT SOLUTIONS LIMITED LIABILITY COMPANY (CAGE 4WPK2) obligated $326.34 million across 233 awards, for an average award value of about $1.40 million. The annual activity is concentrated entirely in FY 2025 within this 1-year window, indicating no year-over-year trend can be assessed from the provided data. The volume of awards suggests a moderately distributed obligation profile rather than reliance on a small number of awards alone.

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.