Contractors

Top Contractors for Department of Defense in 2025

Top Contractors for Department of Defense in 2025 shows which federal contractors rank highest by Primary Metric in FPDS-based procurement data.

This ranking helps surface the strongest entities in the result set.

Primary Metric Top Contractors Vendor Ranking 2025 Department of Defense

Updated 03/19/2026

Top Entity
Rows Returned
0
Top 10 Share
Unknown concentration
Ranking Metric
Primary Metric
Top Contractors

Analysis

This ranking helps surface the strongest entities in the result set.

Why it matters: Use this page to identify leaders, compare major participants, and understand how activity is distributed across this segment of the federal market.

Methodology: The query groups FPDS records by the ranked entity, calculates the main metric, and orders results from highest to lowest. Supporting columns add context to the leaderboard.

Limitations

  • Interpretation depends on the SQL scope and selected filters.
  • This page reflects only the returned query result set.

Query Used

-- Top Contractors for Department of Defense in 2026
SELECT
    content__award__vendor__contractorName AS vendor_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count,
    formatReadableQuantity(count()) AS award_count_readable,
    sum(content__award__dollarValues__obligatedAmount) / count() AS avg_award_size,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount) / count()) AS avg_award_size_readable
FROM fpds.data
WHERE
    contract_type = 1
    AND content__award__vendor__contractorName IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID__departmentName = 'DEPT OF DEFENSE'
    AND content__award__relevantContractDates__signedDate IS NOT NULL
    AND content__award__relevantContractDates__signedDate != ''
    AND toYear(parseDateTimeBestEffort(content__award__relevantContractDates__signedDate)) = 2026
GROUP BY content__award__vendor__contractorName
ORDER BY total_obligated DESC
LIMIT 100

Ranking Table

This table ranks results by Primary Metric from highest to lowest.

No result rows available for this page.

How This Ranking Is Built

Build a ranked FPDS view for "Top Contractors for Department of Defense in 2025" using aggregated procurement data.

Query structure

  • Results are sorted from highest to lowest by the main ranking metric.
  • Grouping is used to combine FPDS records into comparable entity-level results.

How to use this ranking

  • Supports fast market review.
  • Helps compare leaders and close competitors.
  • Adds context beyond a raw transaction list.

Computed Metrics

Top 3 Share
Top 5 Share
Mean
Median
Max
Min
Concentration
Unknown
Fragmentation
Unknown

Related Pages

Use FPDS Query for deeper ranking analysis

Go beyond the published leaderboard with custom SQL, broader filters, saved queries, and deeper procurement market analysis across agencies, vendors, industries, PSC categories, and time windows.

Continue from this ranking into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.